jpriggs / Stockgenie

GNU General Public License v3.0
0 stars 0 forks source link

Stock chart regression line #13

Closed jpriggs closed 6 years ago

jpriggs commented 6 years ago

Implement a regression line on the stock chart generated from the pricing data using plotly.

The regression line will display the overall trend for the stock's price over the last 100 minutes. The user may be able to change that time span at a later date when the page is upgraded.

jpriggs commented 6 years ago

Regression line in chart and prediction price implemented. The predicted price timeframe may require some more tweaking to be more useful as well as adding a timestamp in the stock prediction pane so users know when the price is predicted for.

psyrus commented 6 years ago

You should not be closing issues until the code has been merged into master (and preferably peer reviewed before the merge). Please open a pull request and link it in this issue,

psyrus commented 6 years ago

Merged in #14 and the regression is now fully integrated in the graph.