hi @Sravanthi_bh , I have captured the values after market close. around 6pm IST. I am not doing this comparision while live market is on.
The reason for my comparision is that i am being told by Zerodha on another thread that there could be data…
I am not looking for tick by tick data. I am only asking for OHLC data that doesn't change magically after 30 seconds of publishing.
I have shared API code to show data changing, I have shared the screenshot from your website that show data is cha…
hi @salim_chisty , i have writtent the code for websocket to candle conversion. i still see some gaps on Close price shown on zerodha charts vs my candlestick data vs historical api. I can suggest you to reproduce this issue on your side without usi…
Thanks @salim_chisty . I am seeing candle data. What I am unable to understand the data changing at 30th of second only. it never happens on any other second. The delayed write could be happening anytime. but why effect on 30th second only? Also, i…
anyone from Zerodha Support who can update? I dont want to look at websocket to construct candles. I have seen lot of differences in OHLC from Websocket vs Historical.
for those who are wondering, look at above sample code and output.
for candle of time 13:05:00, at Timestamp 13:06:29.716982 close is 142.0 & 1 second later, at 13:06:30.871542 it is 141.65.
I am not looking at current ongoing candle. i am …
This happens on 30th second for every single minute candle.
I have also observed the kite chartIQ Charts. you leave any chart on. and switch to the data table. take a snap on 29th second , force refresh chart, take one more snap on 31st second of …
@mb12 has correctly put it up. I need a way to ensure that my minute candle data matches your historical minute data.
I'll take it one level further. I have added an indicator Connors RSI on a chart twice. just to get two different bars/colors as…