Is it possible to get 1 min candle data as events from web socket

amolgupta
Is it possible to get 1 min candle data as events from the web socket? I am looking to get 1 min candle data, each minute, to be streamed as an event to WebSocket. Is it possible? If yes can you please point to documentation/example? I have failed to find it.
Tagged:
  • zhkas
    This can be easily realised using simple method
    for candle you will only need O H L C values, which is easy to be compute in any given time frame
  • sujith
    For live strategies, we suggest you to generate candles at your end using the live market data provided via Websocket API.
    You can get started here.
Sign In or Register to comment.