@ZI4453 Thank you so much for your help.
Can you suggest a course or read through which i can dig more into coding and learn about it. i have been struggling with it from a long time.
Earlier i had only backtested using historical data but working …
@ZI4453
Can you help me with the process for -
"
If you do wish to procure you need to check these,
time taken for "a" script to update in df,
store data in temporary buffer and then push them to df ,this will ensure those few packets are not misse…
In two different jupyter notebook i ran the same code with same instrument token at the same time. one received ticks for 80 stocks other received ticks for 86 stocks, only having 28 stocks in common. So, i am dropping packets somehow.
I wanted to find the reason of missing packets as later i need to make candles also. If i am dropping packets there would be huge mismatch in data.
as i am new in python. i think there might be a silly mistake with code.
i subscribed to 300 stocks but got tick for only 80-90 stocks. i start recording before market open till 9:16.
Some mistake with my code or understanding of API
from kiteconnect import KiteConnect
from kiteconnect import KiteTicker
import datet…