BANKNIFTY19JUNFUT 2019-06-10 12:45 , 15 mins candle.. like this there are many examples.. when we see candle sticks data looks fine in comparison to other data like true data market pulse, upstox. but when we read from historical data , there is big difference , due to which my technical indicators are not giving signals..
this is highly important for me , kindly take appropriate action and resolve the issue.
Hi @sivannarayanagunji, The historical data is provided only for backtesting purpose only. For live strategies, you need to generate candles at your end using the live market data provided via websockets API.
You can check out this thread to know more about the same.
thanks @sujith .. can you please guide me if there any java code available to create candles and store the data locally ? but still , even for historical data, it has be to correct, there is so much difference in the values of OHLC..
Can you let us know the exact timestamp at which you requested for above Historical data?
when we see candle sticks data looks fine in comparison to other data like true data market pulse, upstox. but when we read from historical data , there is big difference , due to which my technical indicators are not giving signals..
this is highly important for me , kindly take appropriate action and resolve the issue.
The historical data is provided only for backtesting purpose only. For live strategies, you need to generate candles at your end using the live market data provided via websockets API.
You can check out this thread to know more about the same.
but still , even for historical data, it has be to correct, there is so much difference in the values of OHLC..
You can check out this thread to know more about how historical data works.