How to get 1 minute OHLC data from websocket

damok
Hi

Am using python client . In websocket i can get the tick value .. In that OHLC , belongs to what time frame ? .. as per my undeertanding its one day time frame ??

2) I want tht one minute OHLC using websocket how can get that is that any params aviable .

Thank you

  • sujith
    OHLC in the Websocket API is of day values.
    For live strategies, you can create your candles as directed here.
Sign In or Register to comment.