Status-layered map of the current trading project. Green = already working in the codebase. Amber = next implementation targets. Rose = main operational / architectural risks that would block safe live trading.
Already good enough to demo
• Semi-live monitor loop is real: MT5 live tick ingress plus public OKX/Binance REST inputs.
• Signal shaping path exists: normalization, compare, dedupe, intent, paper report, dashboard stats.
• Service is reachable and now minimally defended with auth and security headers.
Best next coding step
• Expose orchestrator internals to HTTP: command poll endpoint, command ack endpoint, fill update endpoint.
• That gives MT5 a real execution handshake instead of only a quote upload path.
• Then persist command / hedge / fill state before touching live exchange order placement.
Why not call it live trading yet
• No actual OKX/Binance order routing exists.
• No durable execution ledger or reboot recovery exists.
• No production-grade stale quote protection / kill switch / reconciliation wall exists.
quant_arb practical status architecture • generated from live repo state • April 2026