Concept
Expectancy
Expectancy, also known as payoff ratio, average R, is a Performance, Backtesting & Validation concept. First implementations are in the build queue: the write-up leads, the indicators follow.
What is expectancy?
Expectancy is the average amount a strategy makes or loses per trade, taken across the whole distribution of outcomes. It answers the only question that ultimately matters about a trade-generating process: if this bet is taken many times, what does each occurrence earn on average? A positive expectancy means the process makes money before frequency and sizing are considered; a negative one means no amount of discipline in execution rescues it.
The standard decomposition multiplies the win rate by the average winner and subtracts the loss rate times the average loser. That decomposition exposes the trade-off traders constantly negotiate: a low win rate is perfectly viable when winners dwarf losers, and a high win rate can still lose money when the occasional loss is large. The ratio of average win to average loss is known as the payoff ratio, and expectancy is where win rate and payoff ratio meet.
Expressed in the R-multiple framework, where each outcome is stated as a multiple of the risk taken at entry, expectancy is simply the average R of the trade list, which is why traders sometimes call it average R. That normalization makes the figure comparable across instruments and account sizes, and it is the form most sizing math consumes, from fixed-fractional rules to the Kelly criterion.
How it's calculated
The canonical form combines win rate with average win and loss sizes; the R-multiple form is the same quantity normalized by initial risk.
Compute expectancy net of commissions and slippage; gross expectancy routinely flips sign after realistic costs.
Some authors quote expectancy per unit risked or per dollar risked; the R-multiple form makes the normalization explicit.
How traders use it
- As the first gate in validation: whatever else a backtest shows, a system whose net expectancy is not clearly positive after costs has nothing to size or optimize.
- To reason about design trade-offs, since raising the win rate usually shrinks the payoff ratio and vice versa; expectancy is the scoreboard on which those trades settle.
- Combined with trade frequency to estimate earning power, because a small expectancy taken many times can outperform a large one taken rarely, subject to cost sensitivity.
- As a live monitoring baseline: rolling expectancy drifting below the backtest's confidence band is an early sign of edge decay.
- With respect for sample size; expectancy estimated from a few dozen trades is dominated by noise and by whether the sample happened to include the tail losses.
Expectancy vs related metrics
Win Rate: Win rate counts how often trades win and says nothing about how much. Expectancy weighs frequency by magnitude, which is why a 30% win rate system can carry higher expectancy than a 70% one.
Profit Factor: Profit factor is the ratio of gross profits to gross losses, a dimensionless quality measure; expectancy is an average per trade in currency or R. They usually agree in sign but rank systems differently.
SQN: SQN scales expectancy by its consistency and the trade count, turning an average into something closer to a confidence score. Same numerator idea, different question.
Related concepts · Trade metrics
Concept family
Performance, Backtesting & Validation
30 concepts mapped · 30 in the Library
Expectancy FAQ
What is a good expectancy?
Anything clearly positive net of costs is workable; in R terms, long-run averages around 0.2R to 0.5R per trade are common for solid systems. The trade frequency matters as much as the number itself.
How many trades do I need to trust an expectancy estimate?
More than intuition suggests. With typical outcome variability, a few hundred trades is a reasonable floor, and skewed distributions with rare large outcomes need more still.
Can expectancy be positive while the account loses money?
Yes, over short stretches, because variance dominates small samples, and permanently if position sizing is aggressive enough that drawdowns force liquidation before the average asserts itself.
Is expectancy the same as the payoff ratio?
No. The payoff ratio is average win divided by average loss, one input among several. Expectancy combines the payoff ratio with the win rate into an average result per trade.
Build Expectancy your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.