System view
Current flow
Quant Arb Architecture Diagram
High-level runtime structure showing browser access, MT5 tick ingress, public market REST fetchers, presentation modules, orchestration layer, adapters, and file-backed dashboard state.
- • Good for seeing the end-to-end monitor/demo pipeline.
- • Shows major code modules and how data moves between them.
- • Useful before discussing service boundaries or deployment.
Class view
Core objects
Quant Arb Core Class Diagram
UML-style class-focused page covering the main dataclasses and orchestrating objects: Quote, DirectedEdge, PairComparison, RuntimeTuning, OpportunityPipeline, ExecutionIntent, PaperOrchestrator, MT5Bridge, monitor runtime, and repair tracking.
- • Best for understanding internal object relationships.
- • Good when changing pipeline, orchestration, or execution logic.
- • Useful for onboarding or code review discussions.
Practical planning
Risk / blocker map
Quant Arb Practical Status Architecture
Status-layered architecture page with color-coded sections for what already runs, what still needs to be built next, and what currently blocks safe live trading.
- • Best starting point for roadmap and implementation priority.
- • Separates monitor-demo completeness from real live-trading readiness.
- • Highlights the recommended next slice: MT5 command/ack/fill closure.