tastypl
tastypl copied to clipboard
Track P/L, portfolio performance, net credit after rolls, for tastytraders
Hi, I've noticed your code no longer works, as the dependency chain is broken. I've added some commits to fix this. Let me know if there's anything else I should...
Once all packages were installed, I tried running per the README and received the error below. I removed and redownloaded the package, then tried > `go build` which results in...
For reference: I'm using Windows. Followed the directions step by step. > I retraced my steps and re-read the directions. Went to the "History" tab then "Transactions." Did the custom...
Hello, Thanks for putting this project together. I've been trying to implement something similar using python, and, in an effort to learn more about coding along the way, I'm still...
Hi, When running tastypl on Windows, if I include the `-chart` option, the run will fail. This is because when creating the chart, the `rpl.png` file is being placed in...
Hi, I have 2 accounts with TW and occasionally fat finger a roll by doing it in a wrong account. This is taken care of by the backend team later...
Go runtime installed via Homebrew. ``` go version go version go1.10.2 darwin/amd64 ``` Session: ``` go run tastypl.go -input ../tastyworks_transactions_xxx.csv -printpl -positions tastypl.go:28:2: cannot find package "github.com/golang/glog" in any of:...
I get a very long error log. I think the shopspring decimal module is not working. Perhaps the other modules as well. I'm a complete beginner just following the instructions...