DCC Trading Governor Checklist
Foundation — Build the Engine
Overnight Validation — 924K Bars
✓ Contrarian edge exists on real data. ✓ Multi-TF combos amplify signal. ✓ 1m appears in all winning combos. Proceed to fine-grained search.
L1→L2 Zoom Scanner — Find the Optimal TF Combo
Need: best combo identified with >+2% edge on >1000 signals across >12 months data. If no combo clears this bar, expand generator catalogue (jump to P2) before continuing.
Seconds-Scale Analysis
Need: at least one seconds-scale combo with >+1% edge, OR determination that seconds scale adds nothing (also useful — focus on minutes).
Cross-Asset Combinations
Need: final “best known combo” with edge, signal count, and robustness documented. This becomes the target configuration for the live system.
Generator Expansion + Walk-Forward
Need: best combo passes walk-forward (positive edge in both sub-periods). New generators improve edge. If walk-forward fails, the edge is overfit — return to P1 with expanded generators.
Multi-TF Governor — Real-Time System
ZZ + SM + DCC Hybrid
MEXC Zero-Fee Standalone Bot
Full Auto Mode
python BD_MDL_DCC_Governor.py auto BTCUSDT --max-hours 24 — DCC decides timeframes, generators, windows, thresholds, sizing, when to trade, when to stop.Dependency Map
P4 and P5 are parallel paths after P3. P4 (hybrid) doesn’t need zero fees because DCC is a filter, not a standalone trader. P5 (MEXC bot) is the standalone zero-fee path. Both lead to P6 (full auto) where the hybrid runs on MEXC with zero fees for maximum edge.
BD_DCC_engine.py — Pure computation. Used by everything. Never touches I/O.
BD_MDL_DCC_Predictor.py — Single-TF CLI with resume/logging. Used for testing.
BD_MDL_DCC_Overnight.py — Multi-TF batch analysis. P0.5 tool.
BD_MDL_DCC_Scanner.py — L1→L2 zoom search. P1 tool. (to build)
BD_MDL_DCC_Governor.py — Real-time multi-TF governor. P3 tool. (to build)
BD_8Z_DCC_Trading_Governor.html — Architecture paper. Updated each phase.
BD_8Z_DCC_ActionPlan.html — This checklist. Updated each session.