I am using KiteTicker to retrieve live OHLC data of registered instrument tokens. What I see is the OHLC data streamed every second is same, occassionaly the low price is changing, the open, high and close price are same every second.
This is how I am subscribing ticker.setOnConnectedListener(() -> { //Subscribe ticker.subscribe(tokens); ticker.setMode(tokens, "full"); });