and my second code is this - logging.basicConfig(level=logging.DEBUG)<br />kws = KiteTicker(zerodha_api_key,acc_tkn)<br />tokens = instrument_token<br />print(tokens)<br />prin
I think I did not understood properly, how to do this. It will be really good, If someone can help. This is my code: <br />def on_ticks(ws, ticks):<br /># Callback to receive ticks.<br
I tried something like this. <br />def helper_method_2(ticks):<br />for company in ticks:<br />Perform computation here<br />place orders<br />request open positions list
Something like this(for python client) for 2 years data: #Assign month and date from which you want to start<br />calendar_month=datetime.datetime(2016,7, 12)<br />#loop for 24 months<b
Sure the reconnection works well but after reconnection, I am not getting any ticks... So I wanted to know if there is a command that I can use in my websocket script to print the heart beat. I am usi