I want Help with Live Trading Data Sync Issues

Hey everyone,

I have been using QuantRocket & I am facing issue with live trading data not syncing properly & I want insights.

Everything was working fine until a couple of days ago when I noticed that my real-time market data was not updating as expected. Also I have double checked my IB Gateway connection, restarted my containers & Also even tried pulling fresh logs to see if there are any errors but nothing obvious is standing out. Historical data seems fine but live updates just are not coming through.

I want to know if certain features of Python such as handling WebSocket connections or API requests, could be used to troubleshoot or improve data streaming reliability. Has anyone else dealt with something similar? Could it be an issue with my IBKR account settings or is there something else I should be looking at?
Also i have check this ; Live trading fails with issues in QR still need help.

Thank you..........:blush:

Off the top of my head, one time I did an IBKR fresh install and didn't reset from quantrocket.countdown import set_timezone back to the timezone I was working on. So my strategy on my cron-tab fell out of sync from the timezone I was expecting and I wasn't getting new data refreshes when I expected. Not sure that's your issue though.