i dont understand if user of api has to so many coding to get the minute, then whats the point of subscribing api framworks...without live data based on time having only placing orders doesnt help.
Please let me know the link where if there any pre written code to get the 1 minute data it will be helpfull
@VIDANANTH2, You can fetch candles of 15minutes and 60minutes. There will be some seconds delay in candle generation. The historical data API is provided for backtesting purpose only. We don't recommend using that for live strategies. For live strategies, you can generate candles at your end using live market data.
You need to generate candles at your end. Check out this thread to get started.
i dont understand if user of api has to so many coding to get the minute, then whats the point of subscribing api framworks...without live data based on time having only placing orders doesnt help.
Please let me know the link where if there any pre written code to get the 1 minute data it will be helpfull
If subscribe for add-on subscription, then can we get OHLC for 15mins/1 Hour information of the candles that ust got completed? Thanks.
You can fetch candles of 15minutes and 60minutes. There will be some seconds delay in candle generation.
The historical data API is provided for backtesting purpose only. We don't recommend using that for live strategies.
For live strategies, you can generate candles at your end using live market data.