kfwalther / Polly

A portfolio tracking tool written in Go and React.
0 stars 0 forks source link

Add trade analysis chart #6

Closed kfwalther closed 1 year ago

kfwalther commented 1 year ago

Include a trade analysis chart/table to indicate the gain/loss on individual transactions would be super helpful.

kfwalther commented 1 year ago

Calculated a bunch of stats per transaction and sent those up to the web server. Created a new page to display the individual txn info in tabular form. May add a chart to overlay these at some point...

kfwalther commented 1 year ago

Made good progress on this. Plotted several years of the S&P500 prices, and overlayed our transaction data on top of it, with tooltips to hover and provide individual transaction metadata