Files
fxhnt/tests/integration
jgrusewski f30b9c1871 feat(gate): track the multi-strat book on the cockpit reconciliation gate
Re-adds multistrat_nav (retired in the 2026-06-20 cockpit cleanup) as a forward-
tracked strategy so the TradFi book runs the SAME honest gate as the crypto edges
— the diversification-Sharpe path (uncorrelated equity leg beside crypto).

- multistrat_nav asset: _run_paper_tracker(MultiStratStrategy(YahooDailyClient()),
  persist_backtest_ref=True). Yahoo covers all 6 instruments incl BTC-USD natively.
  persist_backtest_ref publishes the basis-matched ref (full book_series via
  advance(None,{})) so the gate reconciles for real (Fix A/B), not a hollow PASS.
- registry: multistrat entry, reconciliation gate, min_forward_days=20.
- wired into the nightly combined_book_forward_job + cockpit_forward deps.

Full suite green (1832); asset count 20 -> 21.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 09:29:54 +02:00
..