The Edge That Wasn't
All 81 experiments › #62

#62 — Money management cannot manufacture edge (random vs trend entries)

2026-06-17
Verdict: negative · ⛔ closed negative — all three framings net ≈ −spread
A 2:1 barrier structure on random, with-trend, and against-trend entries across 7 JPY crosses produces the arithmetic-mandated ~66% win rate in every arm while expectancy stays pinned at −spread per trade — favorable R:R cannot conjure an edge from a coin-flip entry.

Hypothesis — what it tests

Whether a favorable risk:reward barrier structure (money management) can turn a directionless entry — random, or naively trend-aligned — into positive expectancy net of spread.

Description

Part of the 'Where is the edge?' arc: if direction cannot be predicted, what does money management alone buy you? The backtest ran three entry rules — random direction, WITH the current H1 trend, and AGAINST it — under an identical 2:1 risk:reward barrier structure (TP=T, SL=2T), one position at a time, on 7 JPY crosses with intrabar fills (stop checked first, conservative) and the full spread deducted at entry. All three arms were statistically indistinguishable: each produced the ~66% win rate that the barrier geometry mandates for zero-edge (you win the near barrier two-thirds of the time by construction) while netting approximately minus one spread per trade, and H1-trend alignment gave no drawdown benefit either. It is the clean empirical demonstration of the optional-stopping intuition: no stop/target/trail arrangement changes the mean of a driftless process — win RATE is a dial, expectancy is not.

Key result

All 3 arms (random / with-trend / against-trend) indistinguishable; WR ~66% (exactly the 2:1 barrier arithmetic, 66.7% = break-even); expectancy ≈ −spread per trade in every arm; H1-trend alignment gives no drawdown benefit

Indicators

H1 trend sign (12-bar M5 momentum)

Algorithms

Numba-JIT barrier backtest with random direction streamsfixed-R:R (2:1) barrier exit simulation

Code

Interactive version (search, filters, figures): the experiment explorer.

← #61 Continuation vs exhaustion inside resolvable moves#63 Three measurement failures inverting verdicts (ledger, test proxy, risk arithmetic) →
This page is one experiment from the audited record behind the book The Edge That Wasn'tget the book · about the project.