Streaming data in different time frame

chimirala
Hi,

Is there a way to get data in various buckets like 1min, 5min, 10min. Or do we need to convert live data in to these buckets? If so could you tell me how.
  • sujith
    Hi @chimirala,
    Websockets will only give you live ticks, you will have to store ticks at your end and build data.
    Please take a look at this thread for more information about building 1minute candle data.

    Basically, you will have to do the same thing for the 5min interval to build 5minute candle and so on.
Sign In or Register to comment.