How to form 1 min Candle with Ticks

kronusKite
kronusKite edited March 24 in Java client
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.

Thanks
  • sujith
    You may refer to this thread.
  • kronusKite
    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 ?
  • sujith
    You only need LTP to build candles.
Sign In or Register to comment.