MAY 2026

How A Year Of Backtesting Killed Our Best-Looking Indicators

One year of historical data ran against every signal we use. The pretty ones lost. The boring ones won. Here's what survives backtest scrutiny — and why most indicators on Twitter don't.

The take-profit that never fired

A long signal we'd been running for months had a 3% take-profit hardcoded. The signal itself looked sharp: 61% accuracy at 4h horizon, decent sample size, clean entry pattern. By every looking-at-it metric, it was a winner.

Production results said otherwise. Twelve trades, nine stop-loss hits, three breakeven exits. Total: negative.

The backtest revealed the gap immediately. Average maximum favorable excursion across all twelve trades: 0.61%. The 3% target was unreachable. The price never extended that far before reversing. We'd been waiting for a payoff that doesn't exist in the data.

MFE and MAE — the metrics nobody cites

Most strategy posts talk about win rate, profit factor, Sharpe. They don't talk about maximum favorable excursion (how far in your favor the trade went at peak) or maximum adverse excursion (how far against you it went at worst).

Those two numbers tell you whether your stop-loss and take-profit are realistic for the strategy.

What the year of backtest revealed

We ran 365 days of historical signal data — institutional flow, on-chain, derivatives positioning — against every combo we track. 63 combos in total. The accuracy histogram surprised us:

The split surprised us. Most shorts-side combos beat most longs-side combos at high accuracy. That's not a market opinion — it's what the year of data said.

The optimal TP/SL the data computes

For each combo, we computed optimal TP and SL using the MFE/MAE distribution. The result rarely matched our intuition:

What we kill, what we keep

The decision rule we apply after backtest:

Out of 63 combos backtested, 23 made it to production. The rest are either disabled or held in observation mode — logging would-be trades without executing them, to keep validating against future data.

Why your favorite indicator probably loses money

Indicators that look great on a chart usually have one of these problems:

None of these survive a year of backtest with proper out-of-sample validation. Most indicators in your watch-list won't either.

If a signal looks too clean, the test is: run it across a full year of data with realistic fees and slippage. If it still works, you found edge. Usually it doesn't, and you saved yourself a quarter of losses.