At a glance
- Fixed target
- High win rate, caps the rare large gain
- Trailing exit
- Lower win rate, captures the large moves
- Scaling out
- A compromise that reduces variance
- Deciding factor
- Whether your edge comes from many small wins or few large ones
Key takeaways
- The exit rule determines average win size, which together with win rate determines expectancy. It matters at least as much as the entry.
- Fixed targets suit mean-reversion strategies where the move has a natural end; trailing exits suit trend strategies where the tail carries the profit.
- Cutting winners early while keeping losses at full size is the fastest way to convert a positive expectancy into a negative one.
- Scaling out reduces variance and regret at a small cost in expectancy, which is often worth paying for behavioural reasons.
- Every exit rule should be tested, not assumed. The same strategy with three different exits is three different strategies.
Why exits matter more than entries
Strategy with a 45% win rate and 1R average loss:
Exit A: fixed 1R target
Expectancy = (0.45 x 1.0) - (0.55 x 1.0) = -0.10R losing
Exit B: fixed 2R target
Win rate falls to 35% because fewer trades reach 2R
Expectancy = (0.35 x 2.0) - (0.65 x 1.0) = +0.05R marginal
Exit C: trailing stop, average win 2.8R
Win rate falls to 33%
Expectancy = (0.33 x 2.8) - (0.67 x 1.0) = +0.26R viable
The entry signal is identical in all three.Note that the best exit here has the lowest win rate. This is the central tension: the exit that feels best, frequent confirmation of being right, is usually the exit that produces the worst expectancy for a trend-based edge.
The main exit methods
| Method | Mechanism | Suits | Cost |
|---|---|---|---|
| Fixed R multiple | Exit at a preset multiple of initial risk | Mean reversion, short-term strategies | Caps the rare large winner |
| Structure target | Exit at a prior high, range boundary, or measured move | Breakouts, pattern trades | Levels can be subjective |
| Trailing stop | Raise the stop as price advances | Trend following | Always returns part of the open profit |
| Indicator exit | Exit on a signal reversal, such as a moving average cross | Trend and momentum | Lags; no defined maximum |
| Time stop | Exit after N periods regardless of price | Event trades, mean reversion | May exit before a slow move develops |
| Volatility target | Exit when the move reaches k x ATR | Adaptive across instruments | Requires stable ATR |
| Scaling out | Take partial profit at a target, trail the rest | Most discretionary traders | Slightly lower expectancy than pure trailing |
Matching the exit to the edge
The correct exit follows from where the strategy’s profit comes from. This is not a preference question; it is determined by the shape of the return distribution.
- Mean reversion: the move has a natural endpoint, usually a return to an average. A fixed target at that average plus a time stop is appropriate. Trailing exits give back the gain because reversion moves do not extend.
- Trend following: the profit lives in the tail, and a handful of trades produce most of the return. Fixed targets destroy the edge. Trailing exits are mandatory.
- Breakouts: a hybrid. A partial target at the measured move plus a trailing exit on the remainder captures both the reliable part and the occasional extension.
- Event trades: the thesis has a defined lifespan. A time stop at the end of the event window is the primary exit, with a price target secondary.
- Carry and premium selling: the profit accrues over time, so exits are driven by a percentage of maximum profit or by the approach of expiry rather than by price.
Scaling out: the behavioural compromise
Taking partial profit at a target and trailing the remainder is mathematically slightly inferior to pure trailing in most trend strategies, because it reduces exposure to the tail. It is nevertheless the right choice for many traders, and the reason is behavioural rather than statistical.
| Effect | Direction |
|---|---|
| Expectancy | Slightly lower than a pure trailing exit |
| Variance of returns | Meaningfully lower |
| Probability of a winning trade turning into a loss | Much lower |
| Psychological pressure to abandon the system | Substantially reduced |
| Commissions and administrative effort | Higher, two exits per trade |
A strategy you will actually follow at a 0.24R expectancy beats one you abandon at 0.26R. That is the honest case for scaling out, and it should be made explicitly rather than pretending the mathematics favour it.
Testing exit rules
- 1
Hold the entry constant
Test several exits against the same entry signal so the comparison is clean. Changing both at once tells you nothing about either.
- 2
Report the full distribution, not the average
A trailing exit produces a few very large winners. The mean is misleading; look at the median, the tail, and the contribution of the top five trades.
- 3
Model the intrabar problem honestly
If a target and a stop are both inside one bar, assume the stop was hit first. Optimistic assumptions here flatter fixed-target strategies substantially.
- 4
Include the extra costs of scaling
Two exits per trade doubles part of the transaction cost, which matters most for short-horizon strategies.
- 5
Check robustness across parameters
If a 2.1R target works and 2.0R or 2.5R do not, that is noise. Require a plateau, exactly as with entry parameters.
Frequently asked questions
Should I use a fixed target or a trailing stop?
It depends on the edge. Mean-reversion strategies have a natural endpoint and suit fixed targets; trend strategies earn from the tail and require trailing exits. Applying a fixed target to a trend strategy usually converts a profitable system into a losing one by removing the few very large winners that fund everything else.
Is it wrong to take profits early?
Only in relation to your loss size. Taking profits at 1R is entirely consistent if losses are cut at 0.5R. The problem is the common asymmetry: small profits taken quickly while losses are given room. That combination requires an unrealistically high win rate to be profitable.
How do I stop cutting winners too early?
Make the exit mechanical and place the order in advance, so no decision is required while the position is open. Scaling out also helps, because taking partial profit satisfies the urge to lock something in while the remainder continues under the rules.
What is a good risk to reward ratio?
The ratio only has meaning alongside the win rate. A 1:1 ratio at a 60 percent win rate is profitable; a 3:1 ratio at a 20 percent win rate is not. Rather than targeting a ratio, measure the expectancy your rules actually produce and confirm it is positive after costs.
Should I move my stop to break even once in profit?
Test it rather than assume it. Break-even stops reduce the frequency of losses but also stop out many trades that would have worked, because normal volatility often takes price back through the entry. For many strategies the net effect on expectancy is negative, despite feeling prudent.
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
- RiskStop Loss Strategies: Placement, Types, and What They Cannot Do
- RiskTrailing Stops: Letting Winners Run Without Giving It All Back
- RiskRisk Reward Ratio: Why 1:3 Is Not Automatically Good
- RiskPosition Sizing Guide: How Many Shares or Contracts to Trade
- StrategiesTrend Following Strategy: Complete Guide With Rules and Examples
- PsychologyProbabilistic Thinking: Judging Decisions, Not Outcomes
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.