I'm getting the ohlc data using websocket. same ohlc values are repeatedly coming as tick data and these values are completely different from the current market price for the stock.
@sujith yes, this does not match market tick data for the ltt mentioned. eg: 524 is the day's low, not for that tick. and the same data is repeatedly coming as tick data
@sujith ,Thanks for clarifying . I was under the impression that the ohlc received is for the current tick and creating candles from that . I will create the candles from last traded price and last traded quantity (for volume data of the interval)