Hi, i am fetching ticks every 1 min. I notice that only the LTP is different. the high, low, open, close are all just reflect the days data. How do i use Tick to form a one min candle information and subsequently i am interested in forming up to the Day candle.
Also, the tick is received once every 3 seconds only via web socket api. Not sure how to change it.
Hi @sujith , it didnt help much. because the ticks i am getting is fetching Daily data only every 3 seconds. its not getting the min data. is there any documentation to understand the ticks ? fix the frequency, etc ?