KLineChart icon indicating copy to clipboard operation
KLineChart copied to clipboard

candlestick interpolation

Open nuel77 opened this issue 3 years ago • 0 comments

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.

nuel77 avatar Sep 23 '22 07:09 nuel77