From signal to filled order.
The live engine is an event loop that fetches the latest bars, updates stops, and enters new positions when the aggregate score crosses threshold.
|score| > 0.55, size position via ATR risk unit and enter.The current data_feed.py includes an OANDA stub. To go live, set token and account_id in config.yaml and replace the stub with REST calls for pricing and orders.
python src/live_engine.py --config config.yaml