Hi Team, Candlestick chart and historical data is mismatched. Please refer the attached document. Please let me know when it will be solved? Requesting to set high priority. Regards, Sudhakar C
@SudhakarC We checked for MGL 5minute 2020-06-24 10:45 and it's showing fine. {'date': datetime.datetime(2020, 6, 24, 10, 45, tzinfo=tzoffset(None, 19800)), 'open': 1077.45, 'high': 1083.25, 'low': 1077.45, 'close': 1080.75, 'volume': 21278} Both data will always be the same, because of the same data source. So, make sure you are requesting with correct param. Maybe paste complete request param/request log here.
We checked for MGL 5minute 2020-06-24 10:45 and it's showing fine.
{'date': datetime.datetime(2020, 6, 24, 10, 45, tzinfo=tzoffset(None, 19800)),
'open': 1077.45, 'high': 1083.25, 'low': 1077.45, 'close': 1080.75, 'volume': 21278}
Both data will always be the same, because of the same data source. So, make sure you are requesting with correct param. Maybe paste complete request param/request log here.