Path
Quantitative system development practice
Taking Micang Trader as a case, the reading path is organized around the architectural boundaries, data flow, trading periods, backtesting consistency, performance defense lines, test defense lines and architecture evolution of the real-level quantitative trading system.
-
1. Quantitative trading system development record (1): five key decisions in project startup and architecture design
postTaking Micang Trader as an example, this article starts from system boundaries, data flow, trading-session ownership, unified backtesting/live-trading interfaces, and AI collaboration boundaries to establish the architecture thread for the quantitative trading system series.
-
2. Quantitative trading system development record (2): Python Pitfalls practical pitfall avoidance guide (1)
postReorganize Python traps from a long list into an engineering risk reference for quantitative trading systems: how to amplify the three types of risks, syntax and scope, type and state, concurrency and state, into real trading system problems.
-
3. Record of Quantitative Trading System Development (Part 3): Python Pitfalls Practical Pitfalls Avoidance Guide (Part 2)
postContinuing to reorganize Python risks into a reference piece: how GUI lifecycles, asynchronous network failures, security boundaries, and deployment infrastructure affect the long-term stability of quantitative trading systems.
-
4. Quantitative trading system development record (4): test-driven agile development (AI Agent assistance)
postStarting from a cross-night trading day boundary bug, we reconstruct the test defense line of the quantitative trading system: defect-oriented testing pyramid, AI TDD division of labor, boundary time, data lineage and CI Gate.
-
5. Quantitative trading system development record (5): Python performance tuning practice
postTransform performance optimization from empirical guesswork into a verifiable investigation process: start from the 3-second chart delay, locate the real bottleneck, compare optimization solutions, and establish benchmarks and rollback strategies.
-
6. Record of Quantitative Trading System Development (6): Architecture Evolution and Reconstruction Decisions
postReview the five refactorings of Micang Trader, explaining how the system evolved from the initial snapshot to a clearer target architecture, and incorporated technical debt and ADR decisions into long-term governance.
-
7. Quantitative trading system development record (7): AI engineering implementation - from speckit to BMAD
postTaking the trading calendar and daily aggregation requirements as a single case, explain how AI engineering can enter the delivery of real quantitative systems through specification drive, BMAD role handover and manual quality gate control.