@Imran
Thanks. If I try to do this on the main code, it's taking lot of load, the execution is getting slowed
So took all the dump into CSV file and retrieving from there
Hi Srijan
I tried this code,but its giving error
self.instrument_dump = self.kite.instruments("NFO")['expiry'] = "28-07-2022"
Please advise the correct way to do this
Code that works
from kiteconnect import KiteConnect
from kiteconnect import KiteTicker
import os
import csv
#cwd = os.chdir("E:\\Algorthmic Trading\\Zerodha_Training")
class Streaming_Ticks:
def __init__(self, token_list):
…
Hi Srijan
One more thing, the code is not pulling any data. The console is blank, can you please check and let me know if I had made any mistake to the callback function
Hi Srijan
I checked my instrument token, it is a correct one. I am able to fetch the historical data based on this token. I guess I need to stop the Reactor, before I can re-run my code. I am not sure how to do this in Windows.