A program to analyse various statistics about the TD-Ameritrade transaction report
- file: buysell.py
Graphs all of the buy/sell points on a price graph. Note: will not graph intraday trades as the TD Ameritrade CSV does not list the exact time of trade.
- file: csv_cleaner.py
Aggergates all positions and calculates cost basis for each. Can also show a histogram of current unrealized G/L.