free10 min read

Expectancy: Win Rate and Payoff Together

Expectancy is the average result you can expect per trade over many trades, combining how often you win with how much you win versus lose. In R, expectancy equals win rate times average win minus loss rate times average loss. A system is worth trading only if its expectancy is positive across a real sample.

Target audience: Traders who chase high win rates and need to see how payoff and frequency combine into a real edge.

Learning objectives

  • Define expectancy as average R per trade
  • Combine win rate and reward-to-risk into one number
  • Find the breakeven reward-to-risk for any win rate
  • Explain why a high win rate with a small payoff can still lose

Definition

Expectancy is the average result you can expect per trade over many trades, combining how often you win with how much you win versus lose. In R, expectancy equals win rate times average win minus loss rate times average loss. A system is worth trading only if its expectancy is positive across a real sample.

Why it matters

Traders obsess over win rate, but win rate alone is meaningless: a system that wins 90 percent of the time can still lose money if the losers are large, and a system that wins 35 percent can be highly profitable if the winners are big. Expectancy is the number that settles it by putting win rate and payoff on the same scale. It tells you whether an edge exists at all, lets you compare systems honestly, and sets realistic expectations so a normal losing streak does not make you abandon a positive-expectancy method.

The expectancy formula

Expectancy per trade, in R, is the win rate times the average win in R minus the loss rate times the average loss in R. With losses anchored at 1R, a system that wins 40 percent of the time at plus 2R and loses 60 percent at minus 1R has an expectancy of 0.4 times 2 minus 0.6 times 1, which is plus 0.2R per trade. That single number, multiplied by your risk per trade and the number of trades, is your expected return. Everything else is detail.

Win rate is only half the story

Win rate answers how often, never how much. Two systems with identical 50 percent win rates can have opposite expectancies if one pays 2R on wins and the other pays 0.5R. The market does not reward being right often; it rewards being right in proportion to how wrong you are when you lose. This is why chasing a high hit rate, by taking tiny targets and wide stops, so often produces a comforting string of wins and a quietly shrinking account.

The breakeven curve

For any win rate there is a breakeven reward-to-risk: the payoff at which wins exactly offset losses. It equals the loss rate divided by the win rate. At a 50 percent win rate you need better than 1R to profit; at 33 percent you need better than 2R; at 65 percent you can profit with less than 0.6R. Plotting win rate against the required payoff draws a curve, and every system is a point above it (profitable) or below it (losing). Where the point sits, not the win rate alone, decides the outcome.

Expectancy needs a sample

A positive expectancy is a long-run average, not a promise about the next trade or the next ten. Because variance dominates small samples, a positive-expectancy system will still have losing days, weeks, and streaks. Knowing your expectancy is what lets you hold the method through those stretches: you are not hoping, you are executing a process whose average is positive over the sample size that actually matters. Without that number, every drawdown feels like a reason to quit.

Visual models

Expectancy: win rate and payoff together; a high win rate with a tiny payoff still loses
Expectancy breakeven curveThe curve is the reward-to-risk needed to break even at each win rate. Systems plotted above the curve have positive expectancy; a 65 percent win rate paying only 0.5R sits below the curve and loses, while a 40 percent win rate paying 2R sits above it and wins.0R1R2R3R4R20%30%40%50%60%70%80%90%positive expectancynegative expectancy40% @ 2.0R = +0.2R55% @ 1.0R = +0.1R65% @ 0.5R = -0.03Rreward to riskwin rate

Worked examples

Example 1: Two systems, same win rate, opposite edge

System A wins 50 percent at plus 2R and loses 50 percent at minus 1R: expectancy is 0.5 times 2 minus 0.5 times 1, or plus 0.5R per trade. System B also wins 50 percent but at plus 0.5R against minus 1R losses: expectancy is 0.5 times 0.5 minus 0.5 times 1, or minus 0.25R per trade. Identical win rates, yet A compounds and B bleeds, because payoff, not frequency, carried the result.

Example 2: The seductive high win rate

A trader is proud of a 65 percent win rate but cannot understand the flat equity curve. The setups take quick 0.5R profits and let losers run to a full 1R. Breakeven at 65 percent requires better than 0.54R, and 0.5R sits just below it, so the system is slightly negative despite winning two trades out of three. The fix was not a higher win rate; it was a larger payoff, which a small change to targets delivered.

Common mistakes

Optimizing for win rate while ignoring the size of wins and losses

Taking tiny targets and wide stops to manufacture a comforting hit rate

Judging an edge from a handful of trades instead of a real sample

Abandoning a positive-expectancy system during a normal losing streak

Confusing a recent hot streak with a durable change in expectancy

Myth vs reality

Myth

That a high win rate means a profitable system

Reality

No paired reality note provided.

Myth

That a low win rate means a system has no edge

Reality

No paired reality note provided.

Myth

That positive expectancy guarantees the next trade or week will be green

Reality

No paired reality note provided.

Strengths and weaknesses

Strengths

  • expectancy collapses win rate and payoff into one decisive number
  • the breakeven curve shows exactly what payoff a win rate needs

Weaknesses

  • it is a long-run average and says nothing about the next trade
  • it requires a real sample and honest, consistent record-keeping

Risk considerations

  • A positive expectancy still comes with drawdowns that test conviction
  • Estimating expectancy from too few trades invites false confidence
  • Costs, slippage, and missed exits erode the expectancy you measured on paper

Practice exercises

1. Compute and place your system

Estimate your win rate and average win/loss in R, compute expectancy, and plot it against the breakeven curve.

  1. From a real sample, estimate your win rate and average win and loss in R
  2. Compute expectancy: win rate times avg win minus loss rate times avg loss
  3. Find your breakeven payoff: loss rate divided by win rate
  4. Decide whether your average win sits above or below that breakeven

Quiz

Q1. What is expectancy?

Q2. Why is win rate alone misleading?

Q3. What is the breakeven reward-to-risk at a given win rate?

Q4. Why is a sample necessary to trust expectancy?

Next lesson

Drawdown and Recovery: The Asymmetry of Loss

This lesson is educational content only and is not financial advice. Trading involves substantial risk; sound risk management reduces the chance of ruin but does not predict the market or guarantee any outcome. Trade only with risk you can afford to lose.