Hit Rate Versus Payoff Ratio
Two numbers decide whether a trading strategy makes money on average — how often it wins, and how big the wins are relative to the losses — and neither one means anything without the other.
Prerequisites: Backtest PnL Attribution, Sharpe Ratio
A strategy that wins on only 35% of its trades sounds like a bad strategy — until you learn the winners average $3,000 and the losers average $1,000. Run the numbers and it's comfortably profitable, despite losing more often than it wins. Two figures determine whether a strategy makes money on average: the hit rate (the fraction of trades that are winners) and the payoff ratio (average win size divided by average loss size). Neither number means anything on its own — a strategy report that leads with "68% win rate" and stops there has told you almost nothing.
Expectancy ties the two together
The per-trade expected profit is
where is the hit rate, is the average size of a winning trade, and is the average size (as a positive number) of a losing trade. In plain English: expected profit per trade is a probability-weighted blend of what you typically make when you're right and what you typically give back when you're wrong.
Setting and solving gives the breakeven hit rate a strategy needs for a given payoff ratio:
In plain English: the bigger your average win relative to your average loss, the lower a hit rate you can tolerate and still turn a profit. A strategy with a 3-to-1 payoff ratio only needs to win 25% of the time to break even; a strategy with a 1-to-2 payoff ratio needs to win two-thirds of the time.
Worked example 1: a trend-following strategy
Hit rate , average win W = \3{,}000L = $1{,}000E = 0.35 \times 3000 - 0.65 \times 1000 = 1050 - 650 = $400$ per trade — solidly profitable on a low hit rate, because the rare winners run far and the frequent losers are cut small. This is the classic shape of a trend follower: lots of small stop-outs, occasional large trends that pay for all of them.
Worked example 2: a mean-reversion strategy
Hit rate , average win W = \800L = $1{,}000E = 0.65 \times 800 - 0.35 \times 1000 = 520 - 350 = $170p0.55 \times 800 - 0.45 \times 1000 = 440 - 450 = -$10$. A high-hit-rate strategy has less room to absorb a regime where it stops winning as often.
What this means in practice
Never quote a hit rate without a payoff ratio, and never quote a payoff ratio without a hit rate — a due-diligence reviewer should ask for both in the same sentence. The two also carry different fragility: a high-hit-rate, low-payoff strategy (typical of market making or short-dated mean reversion) can be wiped out by a small drop in hit rate, while a low-hit-rate, high-payoff strategy (typical of trend following) can tolerate long losing streaks as long as the occasional big winner keeps arriving on schedule. Position sizing and stop discipline usually matter more for the first kind; patience and the ability to sit through drawdowns matter more for the second.
Expectancy per trade is . A strategy's hit rate and payoff ratio trade off against each other — the breakeven hit rate is — so either number alone is meaningless, and strategies with the same expectancy can have very different fragility depending on which side of the tradeoff they sit on.
Don't treat a high hit rate as inherently better than a low one. A 70%-win-rate strategy that loses more than twice as much on its losers as it wins on its winners can be a worse bet than a 30%-win-rate strategy with a large payoff ratio. Judge expectancy, not the headline hit rate.
Related concepts
Practice in interviews
Further reading
- Tharp, Trade Your Way to Financial Freedom, ch. 8
- Chan, Quantitative Trading, ch. 3