Breakouts (PMCI v1)
Daily Pre-Move Convergence Index predictions. Each row is a forward 5-trading-day >10% move probability for a ticker. See codex/pmci_v0.md for the design. exp2 consumes this via /api/predictions/breakouts.
Pending
203
Resolved (hits)
0
Resolved (miss)
0
Total predictions
203
30d Brier
—
Predictor weight (κ)
—
Filters
0 predictions
No predictions for this date. Run scripts/api/compute_pmci_features.py --emit-predictions to populate.
Setup status
PMCI v0 is in Phase 0 — scaffold. Schemas are migrated; feature pipeline + prediction generation are stubs gated on the backtest verdict. Run scripts/research/pmci_backtest.py --window 180 --write-report to produce the gating report at codex/pmci_v0_backtest_results.md. If top quintile lift is ≥ 2.0×, enable the orchestrator entries in scripts/api/orchestrator.py.