It looks like you're new here. If you want to get involved, click one of these buttons!
print(ticks)
Please see highlighted low as per API as 22627 and low as per kite chart as 22642.5. How do you suggest I use this data since my algo is dependant on 15 min high/low?
You can go through this thread, which explains above query.
why cant you just broadcast the same OHLC as you show in your own charts? is that difficult? I do not understand.
@rakeshr @sujith Today, there was a delta of 66 points in BNF FUT between kite chart and websocket data. This is breaking my program. Can you suggest a solution? What is the best way to read OHLC of open 5 mins? how can I get it consistent with your charts?
Please respond, and please share the link to open a case.
Thanks
Maybe you can request Quote data/fetch Websocket data exact at 09:19:59 AM for 5-minute candle, this fetches you exact OHL data.
tick["ohlc"]["high"]
The Quote data comes from the exchange, so it will be the correct data always. We will ask the data team to take a look at the candle data.
1. Should I create an issue ticket somewhere to track what your data team find on this?
2. How does it mismatch anyway, since you and I are receiving the data from the same place at the same time and you are my data provider?! I'd be really keen to find out.
You can track progress on this thread itself.