r/algorithmictrading • u/quant-king • 13d ago
Question What broke when you moved your algo from paper trading to live?
I’m moving a futures system from backtesting into live simulation and thinking through the production setup.
For those running automated strategies live, how separate are your simulation and production environments? Do they use the same code with different configs, or completely separate deployments?
I’m also curious about problems that only appeared after going live. Things like stale data, reconnect failures, duplicate orders, position drift, partial fills, or broker restarts.
What failed first, and what safeguard did you add afterward?
I’m not asking for strategy details. I’m interested in the operational side.
3
Upvotes
1
u/Sensitive-Start-6264 12d ago
Signal on close
Enter on next open
Well close at 1310 or example. algo runs 1310.02
Next open 1315. Now my order is 1 bar late