- • MT5 tick can be pushed into the service and persisted as latest live quote.
- • OKX and Binance are fetched from public REST endpoints.
- • Orchestrator produces paper execution intent, reports, logs, and dashboard summaries.
- • Dashboard service renders HTML plus JSON fragments for partial refresh.
- • Execution is still paper-oriented: PaperExecutionGateway only normalizes orders.
- • MT5Bridge command queue is in memory; no public pull/ack API is exposed yet.
- • Tracker and compensation state are in memory, not persisted in a ledger.
- • Market data is semi-live via REST polling, not production WebSocket streaming.
- • scripts/public_monitor_service.py
- • src/quant_arb/application/orchestration.py
- • src/quant_arb/application/pipeline.py
- • src/quant_arb/adapters/live_runners.py and mt5_bridge.py