Risk/reward and expectancy: the key trading relationship

10 min read
BacktestingRisk-managementExpectancyQuantitative-trading

Trading expectancy is the weighted average of all possible outcomes: average win multiplied by win rate, minus average loss multiplied by loss rate. It is the single number sufficient to compare any two strategies objectively. The risk/reward ratio (RR), by contrast, measures only the relationship between potential gain and potential loss on an individual trade. These two metrics are orthogonal: a 1:3 RR does not imply positive expectancy, and a 1:1 RR does not imply negative expectancy. Confusing the two leads to poor risk management decisions that cost traders real money.

Definitions: risk/reward vs trading expectancy

Understanding what each metric actually measures is the first step to using them correctly. Treating them as synonyms leads to strategies that look disciplined on paper but lose money in practice.

The risk/reward ratio (RR)

The risk/reward ratio compares the maximum loss accepted (stop loss) to the profit target (take profit) on a single trade. A 1:2 RR means you risk 1 to make 2. It is a trade calibration metric, not a strategy profitability metric.

Concrete example: a trader buys EUR/USD at 1.0800, sets a stop at 1.0770 (30 pips of risk) and a take profit at 1.0860 (60 pips of gain). The RR is 1:2. This number alone says nothing about whether the strategy is profitable over time.

The RR is useful for two specific purposes: calibrating position size relative to accepted risk, and calculating the break-even win rate. For a 1:2 RR, the minimum win rate for zero expectancy is 33.3%. For a 1:3 RR, it is 25%. General formula: break-even win rate = 1 / (1 + RR).

Break-even win rate formula

Break-even win rate = 1 / (1 + RR). For RR = 1:2, break-even = 33.3%. For RR = 1:3, break-even = 25%. For RR = 1:1, break-even = 50%. Knowing this threshold tells you the minimum win rate your strategy must achieve to avoid losing money.

Trading expectancy (expectancy)

Expectancy evaluates strategy profitability across the full distribution of outcomes. The complete formula:

Expectancy = (Win rate x Average gain in R) - (Loss rate x Average loss in R)

Where:

  • Win rate = proportion of winning trades
  • Average gain = average gain expressed in multiples of risk (R)
  • Loss rate = (1 - win rate) = proportion of losing trades
  • Average loss = average loss in R (typically 1R when the stop is always respected)

A positive result means the strategy generates value over time. Negative means it destroys capital. Zero means it just covers transaction costs (spread, commissions).

How RR influences expectancy

The exact expectancy formula

Simplified with a fixed RR and a stop always respected (loss = 1R):

Expectancy = (Win rate x RR) - (1 - Win rate)

Example: win rate = 40%, RR = 1:2. Expectancy = (0.40 x 2) - (0.60 x 1) = 0.80 - 0.60 = +0.20R per trade

In practice this means: risking 1% per trade, this strategy generates an average of 0.20% gain per trade over time. For a deeper look at the other backtest metrics that complement expectancy (Sharpe, Sortino, profit factor), see our guide on backtest performance ratios.

Numerical examples across different RR and win rate combinations

The table below shows how very different combinations of RR and win rate can produce the same expectancy:

Win rateRRExpectancy per tradeAssessment
30%1:3+0.20RSolid positive edge
40%1:2+0.20RIdentical positive edge
55%1:1+0.10RModerate positive edge
50%1:10RExact break-even
25%1:30RExact break-even
10%1:5-0.40RNegative edge despite high RR
33%1:20RExact break-even

This table demonstrates the orthogonality of the two metrics: 30% win rate with 1:3 RR produces exactly the same expectancy as 40% win rate with 1:2 RR (+0.20R per trade). Different paths, identical economic outcome.

A good RR does not guarantee positive expectancy

The high RR trap

This is the most common mistake among beginner traders: targeting a 1:5 or 1:10 RR thinking that a few winning trades will offset the losses. But if the win rate is below the break-even threshold, expectancy remains negative regardless of how large the winners are.

Concrete example: RR = 1:5, win rate = 10%. Expectancy = (0.10 x 5) - (0.90 x 1) = 0.50 - 0.90 = -0.40R per trade

This trader loses an average of 0.40% of capital per trade despite a 1:5 ratio. Over 100 trades risking 1% each, they lose 40% of their account.

Data from the European Securities and Markets Authority (ESMA) shows that between 74% and 89% of retail CFD accounts lose money, a finding that led to leverage restrictions in 2018.

The French regulator AMF documented that 89% of French retail CFD traders lost money over four years. Chasing high RRs without a genuine edge is a major contributing factor.

A 1:1 scalper can have better expectancy than a 1:3 swing trader

This surprises traders who equate high RR with profitability. The math says otherwise:

Scalper: win rate = 60%, RR = 1:1 Expectancy = (0.60 x 1) - (0.40 x 1) = +0.20R per trade

Swing trader: win rate = 30%, RR = 1:3 Expectancy = (0.30 x 3) - (0.70 x 1) = 0.90 - 0.70 = +0.20R per trade

Identical expectancy. What differs between the two approaches: trade frequency, market exposure time, psychological drawdown between trades. To understand how to optimize position size given expectancy and win rate, read our guide on position sizing with the Kelly criterion.

Common reasoning error

A high RR is not a trading goal. The goal is positive expectancy. A scalper with 1:0.8 RR and 70% win rate (expectancy: +0.38R) is far more profitable than a swing trader with 1:5 RR and 12% win rate (expectancy: -0.28R).

Optimizing your ratio to maximize edge

Finding the optimal RR through backtesting

There is no universal optimal RR. The ratio that maximizes expectancy depends on the strategy, the market, the timeframe, and the trade structure. The only rigorous way to determine it: backtesting on representative historical data (minimum 100 trades, ideally 3 to 5 years).

1

Define the base strategy

Fix the entry rules (signal, market conditions) and stop loss level. Change only one variable at a time: the take profit level.
2

Backtest across multiple RR levels

Test successively RR values of 1:1, 1:1.5, 1:2, 1:2.5, 1:3 on historical data. Record the win rate and expectancy for each configuration.
3

Analyze expectancy per configuration

Identify which RR maximizes expectancy without creating overfit. An RR that improves expectancy but severely reduces trade count may indicate curve-fitting.
4

Validate on an out-of-sample period

Confirm results on a period not used for optimization. This is the only way to validate that the edge is real rather than statistical noise.

A thorough discussion of how to avoid overfitting during backtesting is available in our guide on backtesting without overfitting. The distinction between backtesting and forward testing, essential for validating an optimal RR, is covered in our backtesting vs forward testing article.

Backtesting with Backtrex

Backtrex is a visual no-code backtesting platform that lets you test and compare different take profit levels in minutes. Unlike manual trade-by-trade replay, Backtrex automatically calculates:

  • The mathematical expectancy for each tested configuration
  • The profit factor (total gains / total losses over the period)
  • Maximum drawdown and capital curve stability

The Backtrex backtest report displays expectancy per trade and win rate side by side, making it immediately visible whether a high RR genuinely compensates for a low win rate, or whether the edge is illusory. For prop firm traders, this analysis is especially critical: prop firm risk rules limit trading flexibility, and an uncalibrated RR can trigger rule violations that end a funded account.

Explore Backtrex pricing to start backtesting your RR/win rate combinations.

Important Risk Warning

Trading financial instruments involves significant risk of capital loss. Past performance does not guarantee future results. Backtest results presented on this platform are based on historical data and do not constitute investment advice. You should not invest money you cannot afford to lose. Always consult a qualified financial advisor before making any investment decisions.

Conclusion

Risk/reward ratio and trading expectancy are complementary but distinct metrics. The RR calibrates the individual trade. Expectancy evaluates the strategy as a whole. A profitable strategy requires positive expectancy, which depends on the product of RR and win rate, not on RR alone.

The confusion between these two metrics pushes thousands of traders to chase unrealistic ratios while ignoring their actual win rate. Systematic backtesting on historical data, with a tool like Backtrex, is the only rigorous way to measure both metrics and identify the RR that maximizes your edge. For more on analyzing expectancy alongside other key metrics, read our complete guide on trading expectancy and profit factor.

There is no universal minimum ratio. A 1:1 RR with a 55% win rate generates positive expectancy of +0.10R per trade. What matters is the product of RR and win rate: as long as (win rate x RR) is greater than (1 - win rate), expectancy is positive. A 1:3 RR with 24% win rate is slightly negative, while a 1:1 RR with 55% win rate is profitable.

Yes, absolutely. A 1:5 RR with 10% win rate produces -0.40R expectancy per trade. The trader loses an average of 40% of their account over 100 trades risking 1% each. A high RR without a sufficient win rate to clear the break-even threshold destroys capital as surely as a poorly placed stop loss.

Expectancy = (Win rate x Average gain in R) minus (Loss rate x Average loss in R). With a stop always respected (loss = 1R), this simplifies to: Expectancy = (Win rate x RR) minus (1 - Win rate). A positive result confirms a statistical edge exploitable over the long term.

Through systematic backtesting: test multiple take profit levels (RR from 1:1 to 1:5) on at least 100 historical trades, calculate expectancy for each configuration, then validate on an out-of-sample period. A tool like Backtrex automates this process and displays expectancy per configuration in minutes.

The basic formula does not include them. For a realistic measure, subtract spread and commissions in R before calculating. On an account with 0.1 pip spread and a 10-pip stop, transaction costs represent 0.01R per trade. This can erode a +0.05R expectancy to break-even on high-frequency scalping strategies.

Expectancy is the average gain per unit of risk per trade. Profit factor is the ratio of total gains to total losses over the test period. Both must exceed their respective thresholds (positive expectancy, profit factor above 1) to confirm strategy viability. Our guide on trading expectancy and profit factor details the relationship between these two metrics.

Yes, if the RR is high enough. With a 30% win rate and 1:3 RR, expectancy is +0.20R per trade: the strategy is profitable. With a 25% win rate and 1:3 RR, expectancy is exactly zero (break-even). Below 25% win rate, even a 1:3 RR produces negative expectancy.

Suggested Reads

Ready to backtest your strategies?

Join the waitlist and be the first to build, test, and validate trading strategies — no coding required.

Create your free account in 30 seconds. No credit card required.