Long-only · top-quantile momentum
At the pinned config (seed 7, 200 bars, FOMC drift 50.0000 bps) this arm scored Sharpe 1.88. Across the 5-seed sweep its mean Sharpe was 0.81 (stdev 1.49, range -0.93 → 2.45).
Single-seed result · seed 7
200 bars · fomc drift 50.0000 bpsCumulative pnl · 200 bars
Per-seed sharpe · seeds 7..11
mean 0.81 · stdev 1.49The 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.88positive draw1.88
- seed 8sharpe 2.45positive draw2.45
- seed 9sharpe -0.55negative draw-0.55
- seed 10sharpe -0.93negative draw-0.93
- seed 11sharpe 1.18positive draw1.18
Per-symbol contribution · seed 7
10 symbols · 6 winners · 4 losersWhere the arm's PnL actually came from. Each universe symbol's contribution to the +$147.1k total, plus how many days the arm held that symbol long / short / flat over the 200-bar window.
- EEE71d long · 128d flat+$62.0kEEE · 36% long, 0% short, 64% flat+$62.0k
- GGG91d long · 108d flat+$59.8kGGG · 46% long, 0% short, 54% flat+$59.8k
- FFF88d long · 111d flat+$31.8kFFF · 44% long, 0% short, 56% flat+$31.8k
- III44d long · 155d flat+$21.9kIII · 22% long, 0% short, 78% flat+$21.9k
- DDD46d long · 153d flat+$19.6kDDD · 23% long, 0% short, 77% flat+$19.6k
- AAA68d long · 131d flat+$17.4kAAA · 34% long, 0% short, 66% flat+$17.4k
- BBB7d long · 192d flat-$2.3kBBB · 4% long, 0% short, 96% flat-$2.3k
- JJJ40d long · 159d flat-$18.2kJJJ · 20% long, 0% short, 80% flat-$18.2k
- CCC35d long · 164d flat-$20.6kCCC · 18% long, 0% short, 82% flat-$20.6k
- HHH47d long · 152d flat-$24.4kHHH · 24% long, 0% short, 76% flat-$24.4k
Contributions sum to the arm's final cumulative PnL (+$147.1k). Bars share a symmetric axis around zero so a winner and a loser of the same magnitude render at the same visual length.
Family · constrained
all 15 arms →Strategy details
- class
- XsLongOnlyMomentumStrategy
- family
- constrained
- arm key
- long_only
- 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.