KLineChart
KLineChart copied to clipboard
candlestick interpolation
Feature Description
When candlestick with missing data are added, the chart should fill the missing data with the last available candles close price as its olhc and volume as 0.
To Do
- check the timestamp for any missing region
- add candles in the missing region with the logic explained above.