I am just switching to intra day algo's. My algo requires 1min data ohlc in realtime. Does the historical data api provide this? i.e. at 12:00:01 does it have the data for 11:59 candle?
Also what is the recommendation for live stream of data websocket or kiteticker?
The historical data provided does have candle data of 1min interval but we provide it for backtesting purpose only. For live strategies, we recommend using live market data provided using websockets to generate candles at your end. You can refer to this thread for more information.
For live strategies, we recommend using live market data provided using websockets to generate candles at your end. You can refer to this thread for more information.
Second:
Is KiteTicker just a wrapper around websocket?