WOLFX Research · 2026-04-24 · Paper canary
Long signed time-series momentum across a basket of six liquid futures contracts: S&P 500 (ES), Nasdaq 100 (NQ), Russell 2000 (RTY), Dow (YM), Euro FX (6E), and Japanese Yen (6J). Monthly rebalance on last trading day, 10 % annualised volatility target per leg, position sign is sign(12-1 skip-month return).
Walk-forward test Sharpe 0.895, MaxDD -6.32 %, Win Rate 73.3 %. Shipped as V167 scaffold on 2026-04-24 with flag WOLFX_TREND_ENABLED=0. Production rollout contingent on 30 days of paper-shadow stability (V170 scheduler).
The academic consensus: trend is one of the few strategies with a signal across every major asset class, over every decade, going back to the era before formal futures markets existed. It is not an anomaly — it is a behavioural premium paid for accepting long tails.
For each contract c on rebalance date t:
r_{c,t} = ( P_{c, t-1m} / P_{c, t-13m} ) − 1 # 12-1 skip-month return
σ_{c,t} = annualised stdev of daily returns, 60-day window
Position size in contracts:
target_notional_c = NAV × 0.10 / σ_c
contracts_c = sign(r_{c,t}) × target_notional_c / (multiplier_c × P_c)
The skip-month convention (drop the most recent month) is deliberate. Short-horizon reversal is a well-documented cross-sectional effect (Jegadeesh 1990, Lehmann 1990); including it in the lookback contaminates the trend signal.
Walk-forward 70/15/15 on 2016-01 through 2026-04, equity + FX variant. Gates are calibrated for trend-following, not for high-frequency strategies.
| Metric | Test slice (2025-01 → 2026-04) | Gate | Result |
|---|---|---|---|
| Sharpe | 0.895 | ≥ 0.50 | PASS |
| Win rate | 73.3 % | ≥ 40 % | PASS |
| MaxDD | -6.32 % | ≤ 20 % | PASS |
| Profit factor | 5.87 | ≥ 1.3 | PASS |
| W/L ratio | 2.14 | ≥ 1.8 | PASS |
| Trade count | 15 | ≥ 80 | MISS* |
*The 80-trade gate is miscalibrated for trend. A working trend signal produces few, large trades by design — ES ran one signed trade from May 2023 through April 2026 and made $4,319 on it. High trade counts would indicate the signal is whipping around, not that it's working.
Walk-forward monotonicity: train Sharpe 0.28 → validation 0.39 → test 0.90. Monotonic improvement across out-of-sample windows is the single strongest signal that the strategy is capturing a real premium rather than an artefact.
WOLFX_TREND_ENABLED=0 keeps execution path dormant. V170 scheduler runs the signal logic and logs shadow decisions every month end without committing capital.This is not a signal that trades daily, generates 100 trades a quarter, or makes money in every month. It ran five trades in the last year of backtest. Two of them were up. One of them was up a lot. The distribution of trend P&L is lumpy and negatively skewed in the middle of the curve — the magic is that the right tail is long enough to more than pay for the middle.
---
This whitepaper is descriptive, not prescriptive. WOLFX publishes every signal and every realized fill. Past performance, including walk-forward backtest performance, is not predictive of future results. Trading futures involves substantial risk of loss.