At a glance
- Definition
- Potential gain divided by the amount risked
- Only meaningful with
- The win rate that accompanies it
- Break-even at 1:1
- A 50 percent win rate, before costs
- Break-even at 1:3
- A 25 percent win rate, before costs
Key takeaways
- Risk-reward and win rate are inseparable: raising the target lowers the hit rate, and the two effects usually cancel out more than traders expect.
- The break-even win rate for a ratio of R is 1 divided by (1 + R), which is the single most useful formula in trade evaluation.
- Planned ratios are estimates. What matters is the realised average win divided by the realised average loss across many trades.
- Costs shift every break-even threshold against you, and the effect is largest for short-horizon strategies.
- Insisting on a minimum ratio filters out trades, which is only useful if the filtered trades genuinely had lower expectancy.
The relationship, precisely
Break-even win rate = 1 / (1 + R) where R = reward / risk
R = 0.5 -> need 66.7% win rate
R = 1.0 -> need 50.0%
R = 1.5 -> need 40.0%
R = 2.0 -> need 33.3%
R = 3.0 -> need 25.0%
R = 5.0 -> need 16.7%
Expectancy = (Win% x R) - (Loss% x 1)
Example: R = 2.0 with a 40% win rate
Expectancy = (0.40 x 2.0) - (0.60 x 1.0) = +0.20R per trade
Add costs of 0.05R per round trip:
Net expectancy = +0.15R per tradeThe break-even table is worth memorising. It converts any claimed setup into an immediately testable statement: if someone describes a strategy with a 1:3 ratio, the question is whether it wins more than a quarter of the time after costs. If it does not, the ratio is irrelevant.
The trade-off nobody mentions
Raising the profit target does not raise expectancy automatically, because fewer trades reach a more distant target. The relationship between target distance and hit rate is roughly what you would expect from a random walk: doubling the distance roughly halves the probability of reaching it before the stop.
| Target | Win rate | Expectancy per trade | Trades per year |
|---|---|---|---|
| 0.5R | 68% | -0.32R | High |
| 1.0R | 52% | +0.04R | High |
| 2.0R | 38% | +0.14R | Moderate |
| 3.0R | 29% | +0.16R | Moderate |
| 5.0R | 18% | +0.08R | Low |
| Trailing | 33% | +0.24R | Moderate |
Two observations. Expectancy peaks somewhere in the middle rather than rising indefinitely with the target. And the trailing exit outperforms every fixed target here, because it does not cap the occasional very large move. This pattern is typical of trend-based strategies and reversed for mean-reversion strategies, where distant targets are rarely reached.
Planned ratio versus realised ratio
The ratio you plan at entry is a hypothesis. The ratio that matters is the one your closed trades actually produced, and the gap between them is where most strategies leak.
- Slippage on stops. Realised losses are usually larger than planned, particularly in fast markets and on gaps.
- Early exits. Discretionary exits at 1.4R on a trade targeting 3R reduce the realised ratio without appearing in the plan.
- Partial fills. A scaled entry may not complete, changing the effective risk and the position’s ratio.
- Break-even stops. They convert would-be winners into scratches, lowering the average win while leaving average loss unchanged.
- Costs. A 0.05R round-trip cost turns a planned 2.0R into a realised 1.95R and a planned 1.0R loss into 1.05R.
Using the ratio sensibly
- 1
Never use it as a standalone filter without evidence
Rejecting every trade below 1:2 is only useful if those trades genuinely had lower expectancy in your testing. Often they have a higher win rate that compensates.
- 2
Derive the target from structure, not from the ratio
Setting a target at 3R because you want a 3:1 ratio places it at a price with no market significance. Set it where the move plausibly ends, then check whether the resulting ratio is acceptable.
- 3
Measure expectancy, not the ratio
Expectancy in R per trade, multiplied by trades per year, is the number that determines returns. The ratio is one input to it.
- 4
Account for costs explicitly
Express costs in R terms. A strategy with 0.1R costs and 0.15R expectancy is keeping only a third of its gross edge.
- 5
Compare exits rather than asserting a rule
Backtest fixed targets and trailing exits on the same entries and let the results decide, rather than adopting a ratio because it is conventional.
Frequently asked questions
What is a good risk to reward ratio?
There is no universally good ratio, because it is meaningless without the win rate that accompanies it. A 1:1 ratio with a 60 percent win rate is profitable; a 1:3 ratio with a 20 percent win rate is not. Evaluate expectancy after costs rather than targeting a ratio in isolation.
Should I refuse trades below 1:2?
Only if testing shows those trades have lower expectancy. Many high-probability setups offer modest ratios and are perfectly profitable because they win frequently. Applying a blanket minimum can remove the most reliable part of a strategy along with the marginal part.
How do I calculate my realised risk reward ratio?
Divide your average winning trade by your average losing trade, both measured in R or in currency, across a meaningful sample of at least 50 closed trades. Compare that figure with the ratio you planned at entry; a persistent gap points to execution problems rather than strategy problems.
Does a higher ratio always mean a better trade?
No. A higher ratio usually comes with a lower probability of reaching the target, and the two effects often cancel. Expectancy can peak at a moderate ratio and decline as targets become more ambitious, which is why the exit rule should be tested rather than maximised.
What is an R multiple?
R is the amount risked on a trade, so a 2R win means you made twice what you were prepared to lose. Expressing results in R rather than currency makes trades comparable across account sizes, instruments, and time periods, and it is the standard unit for evaluating a strategy.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- RiskTake Profit Strategies: How and When to Close a Winner
- RiskPosition Sizing Guide: How Many Shares or Contracts to Trade
- PsychologyProbabilistic Thinking: Judging Decisions, Not Outcomes
- BacktestingTrading Performance Metrics: What Each One Hides
- RiskStop Loss Strategies: Placement, Types, and What They Cannot Do
- PsychologyTrading Journal Guide: The Data That Fixes Your Trading
Referenced by
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.