i have subscribed for historical data as well, when i fetch data using historical api so it is showing different current data than Pi chart data, also i want to know that what is the difference between com.rainmatter.kiteconnect and com.zerodha.kiteconnect api; is the above problem related to these api.
i have subscribed for historical data as well, when i fetch data using historical api so it is showing different current data than Pi chart data
Do you mean historical API real-time candle OHLC is not matching with PI chart live candle? It won't match as historical API is not designed for the same. You can go through this thread to know more.
Thank you Rakesh, As i could understand is : 1> calling historical data will not match to current live data? 2> if i make my own candle using ticks there will be small variation in my open-close compare to pi data chart ? 3 is there any other way to generate my own candle more accuratly?
It won't match as historical API is not designed for the same. You can go through this thread to know more.
1> calling historical data will not match to current live data?
2> if i make my own candle using ticks there will be small variation in my open-close compare to pi data chart ?
3 is there any other way to generate my own candle more accuratly?
rakesh please confirm above points.