Hi @samrvir, You need to do it inside on_tick callback. I would suggest doing your IO operations and calculations in another thread. Never do it on the thread where you are receiving ticks. I think people are using pandas. I hope this thread will be helpful.
You need to do it inside on_tick callback.
I would suggest doing your IO operations and calculations in another thread. Never do it on the thread where you are receiving ticks.
I think people are using pandas. I hope this thread will be helpful.