@sujith : Thank you for the thread link. It was really useful and exactly what i am trying to achieve.
@ZI4453 : Thank you for the update.I am trying to build 1 minute candles for 100 instruments , using tick data received from websockets , so that …
Is this realtime https://kite.trade/docs/connect/v3/market-quotes/#retrieving-full-market-quotes
What is the lag in creating OHLC data of previous minute , if there is some lag.
Eg : If I want ohlc data for 1 minute span 11am to 11:01am , then after…
I want to know the LTP at 0th second of every minute of those 100 stocks. but if i dont get the data for 30% of them then I lose 30% candles for that minute. Because without open of candles , OHLC cannot be formed. So i lose 30% of opportunity , wit…
Its confirm that price were changing.. also it cannot happen that 30% of nifty 50 stocks dont move in 9:15 to 9:30am. And i am sure that all 100 tokens are subscribed at start.
I am using the exact same code as provided in Java official client of kite connect.
Also running on Main thread and not doing any operations in main thread.