Quant Arb Diagram Index

One place to browse the current quant_arb project visuals. These pages were generated from the live codebase, so they reflect the repo's actual architecture, key classes, and present implementation boundaries.

Repo state based Browser-viewable HTML Useful for planning next tasks
Diagrams
3
Architecture, class structure, and practical status view.
Best for understanding
Status Map
Use the practical status diagram first if you want to know what is done, what is missing, and what blocks live trading.
Location
docs/diagrams
All generated visual documents are grouped in this directory for reuse and future updates.
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.