Noon Barbari
Registrati
Tutti gli articoli
concettoPubblicato ·7 min di lettura

Win rate vs risk-reward: why a 90% win rate can still lose money

Win rate is the most quoted and least useful trading statistic. On its own it tells you nothing about whether a strategy makes money. Here's the number that does.

In questa pagina

Win rate is the statistic beginners obsess over and professionals barely glance at. "My strategy wins 75% of the time" sounds like a winning strategy. It is not a statement about profitability at all. On its own, win rate tells you nothing — and chasing a high one leads traders straight into the most dangerous strategy profiles there are.

Why win rate alone is meaningless

Win rate is the percentage of trades that close in profit. What it omits is the size of those wins and losses. A strategy can win 90% of its trades and still lose money if the occasional loss is large enough to wipe out a long string of small wins. A strategy can win 35% of its trades and be highly profitable if its wins dwarf its losses. Win rate measures how often you are right. Profitability depends on how much you make when right versus how much you lose when wrong — and those are completely separate numbers.

Risk-reward — the other half

The risk-reward ratio is the size of the average win divided by the size of the average loss. A ratio of 3 means winners are, on average, three times the size of losers. Risk-reward and win rate trade off against each other by the nature of a strategy: trend-following strategies tend to have low win rates and high risk-reward; mean-reversion strategies tend to have high win rates and low risk-reward. Neither pairing is better. What matters is how the two numbers combine.

Expectancy — the number that actually matters

The single statistic that tells you whether a strategy makes money is expectancy: the average profit or loss per trade, accounting for both inputs at once.

Expectancy — the only verdict that counts
expectancy = (win_rate * avg_win) - (loss_rate * avg_loss)

# Example A — 90% win rate, but tiny wins and huge losses:
#   (0.90 * 1.0) - (0.10 * 12.0) = 0.90 - 1.20 = -0.30  -> LOSES money
#
# Example B — 35% win rate, but wins dwarf losses:
#   (0.35 * 4.0) - (0.65 * 1.0)  = 1.40 - 0.65 = +0.75  -> MAKES money

# Positive expectancy = a strategy worth trading. Win rate alone = noise.

How to read these numbers

  • Never evaluate win rate alone — it is half a sentence. Always read it next to risk-reward.
  • Compute expectancy — if it is not positive after costs, the strategy does not work, whatever the win rate says.
  • Match the profile to your psychology — a low win rate means long losing streaks you must hold through; a high one means rare losses you must keep small.
  • Distrust extremes — a 95% win rate is a reason to inspect the stop-loss, not to celebrate.

Every Noon Barbari backtest reports win rate, average win and loss, and expectancy together — never win rate in isolation — so you judge a strategy on whether it makes money, not on how often it is right. The free tier includes the full trade-statistics breakdown.

Being right often and making money are different achievements. Win rate measures the first. Expectancy measures the second. Only one of them pays.

Provalo con i tuoi dati

Ogni concetto visto sopra è implementato nella piattaforma. Backtest, walk-forward, paper trading, poi passa al live — stesso set di regole in ogni fase.

Letture correlate