Noon Barbari
Sign up
Statistics

Expectancy

Average profit (or loss) per trade — the most honest measure of edge.

Expectancy is the average expected profit per trade, expressed either in currency or in R-multiples (units of risk). It combines win rate and average win/loss size into a single number. A positive expectancy is the bare minimum for a strategy to be profitable in the long run.

In R-multiples: expectancy = (win_rate · avg_win_R) − ((1 − win_rate) · avg_loss_R). 'Avg loss R' is positive by convention (it is the magnitude of the loss). 0.2R expectancy means you make an average of 0.2 R per trade over many trades.

Expectancy multiplied by trade frequency gives 'expectancy per unit time' — a strategy with 0.3R per trade and 10 trades a week beats one with 0.5R per trade and 1 trade a month.

Formula

expectancy = (win_rate · avg_win) − ((1 − win_rate) · avg_loss)

Example

Win rate 45%, avg win 2R, avg loss 1R. Expectancy = 0.45 · 2 − 0.55 · 1 = 0.35R per trade.

How Noon Barbari uses Expectancy

Every concept here is implemented in the platform. Open the relevant docs or tool to see it in action.

Risk-reward & expectancy

Related terms

Back to glossary