Please note, I am taking the datetime data from the value I received from date column of historical data of nifty index for a particular date range. For a particular row/date of values of nifty, I need the price data of some option, for which I iden…
Hi,
I need the price of an option at specific time. In real time, I use kite.ltp for last traded price. For backtest I need historical data and using as below with instrument_token.
my trade date for which I need data is '2025-06-20 11:45:00'
calcul…
Thanks for the response. So that means for backtesting, I need to download the historical data and code to do the backtesting my strategy.
Will it be similar way I need to code if I need to run my strategy in demo mode on live data (without real tr…