FOMC blackout · flatten 24h pre-event
At the pinned config (seed 7, 200 bars, FOMC drift 50.0000 bps) this arm scored Sharpe 1.13. Across the 5-seed sweep its mean Sharpe was 1.03 (stdev 0.48, range 0.36 → 1.61).
Single-seed result · seed 7
200 bars · fomc drift 50.0000 bpsCumulative pnl · 200 bars
Per-seed sharpe · seeds 7..11
mean 1.03 · stdev 0.48The single-seed lead can be a fluke. Each row below is one seed's draw at the same config — the spread across the five tells you whether the seed-7 number is signal or sample-of-one luck.
- seed 7sharpe 1.13positive draw1.13
- seed 8sharpe 1.61positive draw1.61
- seed 9sharpe 0.36positive draw0.36
- seed 10sharpe 0.78positive draw0.78
- seed 11sharpe 1.26positive draw1.26
Per-symbol contribution · seed 7
10 symbols · 7 winners · 3 losersWhere the arm's PnL actually came from. Each universe symbol's contribution to the +$59.8k total, plus how many days the arm held that symbol long / short / flat over the 200-bar window.
- EEE69d long · 49d short · 81d flat+$30.9kEEE · 35% long, 25% short, 41% flat+$30.9k
- FFF86d long · 32d short · 81d flat+$27.4kFFF · 43% long, 16% short, 41% flat+$27.4k
- GGG89d long · 13d short · 97d flat+$22.5kGGG · 45% long, 7% short, 49% flat+$22.5k
- DDD43d long · 54d short · 102d flat+$21.4kDDD · 22% long, 27% short, 51% flat+$21.4k
- III42d long · 74d short · 83d flat+$9.7kIII · 21% long, 37% short, 42% flat+$9.7k
- BBB7d long · 103d short · 89d flat+$7.5kBBB · 4% long, 52% short, 45% flat+$7.5k
- AAA67d long · 50d short · 82d flat+$3.5kAAA · 34% long, 25% short, 41% flat+$3.5k
- HHH45d long · 54d short · 100d flat-$12.5kHHH · 23% long, 27% short, 50% flat-$12.5k
- CCC33d long · 48d short · 118d flat-$18.4kCCC · 17% long, 24% short, 59% flat-$18.4k
- JJJ38d long · 42d short · 119d flat-$32.2kJJJ · 19% long, 21% short, 60% flat-$32.2k
Contributions sum to the arm's final cumulative PnL (+$59.8k). Bars share a symmetric axis around zero so a winner and a loser of the same magnitude render at the same visual length.
Strategy details
- class
- XsMomentumWithFomcBlackoutStrategy
- family
- event-gate
- arm key
- blackout
- lookback
- 20 bars (panel default)
- long quantile
- 0.3
- gross leverage
- 1.0
Reproduce this arm
$ uv run python scripts/build_compare_fixture.py
wrote examples/fomc_blackout_compare/results.json (15 arms)
wrote examples/fomc_blackout_compare/results_multi_seed.json (15 arms × 5 seeds)The fixture builder holds the pinned config (seed 7, 200 bars, FOMC vol multiplier 3.0000, FOMC drift 50.0000 bps) and re-walks every arm. The Python drift test asserts bytewise equality on every CI run, so the numbers on this page match what a reader gets when they regen.