You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 9cb91ee846 Add synthetic scenario robustness testing system
Builds a full synthetic market data pipeline to test strategies against
12 diverse market regimes (bull/bear/crash/chop/rotation/liquidity drought)
that may not exist in historical data. Computes Regime Robustness Score (RRS)
to detect overfitting and environment-specific fragility.

- libs/backtest/scenarios/: price_gen, macro_gen, event_gen, coupling,
  store_builder, scenarios (12 pre-built), robustness (RRS)
- apps/scenario/cli.py: `fithia2 scenario-test` with Rich output
- apps/tracker/cli.py: scenario-test command routing
- tests/: 83 unit tests across 3 new test files
- docs/scenario_test.md: usage guide and result interpretation
- docs/research_workflow_and_handoff.md: Step 5.5 scenario test added

Fix: no_signal scenario uses drift=0% (was +10%) for fair signal integrity scoring.
Fix: synthetic candidates now carry macro_vix/macro_hy_spread from macro_by_date
     to pass selector engine filters.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 months ago
..
scenarios Add synthetic scenario robustness testing system 5 months ago
__init__.py feat: implement Phase 4 -- event-driven backtester 5 months ago
allocator.py Add technical/scientific feature experiments (v6new.106-173) and v6new.122 SQS 72.4 5 months ago
artifacts.py Add overlay engine, ranking models, snapshot pipelines, and research tools 5 months ago
attention.py Unify BacktestRunner and PaperTradingEngine trade decision logic 5 months ago
calendar.py feat: implement Phase 4 -- event-driven backtester 5 months ago
domain.py Remove overlay backtesting and scoring 5 months ago
execution.py Enhance backtest engine: v11 scoring, selector expansion, snapshot store improvements 5 months ago
manifests.py Implement multi-engine PEAD strategy research workflow 5 months ago
metrics.py Recalibrate public SQS and exposure-aware tracking 5 months ago
ranking_models.py Add overlay engine, ranking models, snapshot pipelines, and research tools 5 months ago
scoring.py Add oversold bounce engine experiments (v6new.259-264) — blocked by architecture 5 months ago
selector.py Enhance backtest engine: v11 scoring, selector expansion, snapshot store improvements 5 months ago
snapshot_store.py Enhance backtest engine: v11 scoring, selector expansion, snapshot store improvements 5 months ago
splits.py Enhance backtest engine: v11 scoring, selector expansion, snapshot store improvements 5 months ago
tracker.py Remove overlay backtesting and scoring 5 months ago