Nivas,
I am now facing with a different issue when trying to run this in AWS Lambda; My goal is to run a function every 10 minutes, and consume the tick data is the tick.seconds is between 1 and 20. Below is the code; This is running fine locally i…
Nivas
Thanks again for the reply.
The threaded=True was not giving me any output at all - none of the ticks were printed. However, I found and managed to tweak my code using this thread and got what I wanted
I was able to start the code and ma…
@Nivas Thanks for reply, but unfortunately, the referenced code is not working. The console keeps on printing the tick data continuously, despite meeting the condition : Current Minute >= 15.. Here is the code :
from kiteconnect import KiteT…