Andy-Wu12 / Paper-Profit

Web application that allows you to test trades in the stock market without using any real money. Real-time market data is provided through TD Ameritrade's Websocket API. NOTE: Both the Yahoo and TD Ameritrade APIs used are currently unavailable, so the application might be broken. This project is no longer being maintained.
MIT License
1 stars 0 forks source link

Improve styling of candlestick charts to improve viewing ability #59

Closed Andy-Wu12 closed 1 year ago

Andy-Wu12 commented 1 year ago

https://www.react-google-charts.com/examples/candlestick-chart

  1. Currently google chart only allows for 5 column labels by default, but seems to be possible to add more according to https://developers.google.com/chart/interactive/docs/gallery/candlestickchart#data-format
  2. Need to allow for some horizontal scrolling of some sort instead of having larger period data compressed into a fixed size chart
Andy-Wu12 commented 1 year ago

Item 2 not too important as pattern of growth / shrinking of prices can still be seen in large period charts. Google-charts also doesn't seem to have a built-in way to handle it.