Break-Even vs Staggered Scale-Outs
8 min read
Compare break-even stop strategies with staggered scale-out approaches and learn which maximizes expected value.
8 min read
Compare break-even stop strategies with staggered scale-out approaches and learn which maximizes expected value.
Two traders take the same entry. One moves to break-even at 1R. The other scales out in thirds. Over 100 trades, their equity curves diverge dramatically. The math behind this divergence is not intuitive, and getting it wrong quietly erodes your edge.
Break-even stop: once a trade reaches a defined profit level, move the stop to entry price. The trade either hits the full target or exits at zero. No partial profits, no middle ground.
Staggered scale-outs: take portions of the position off at predefined levels. Each partial locks in realized profit while reducing remaining exposure.
Both approaches have vocal advocates. Neither is universally superior. The right choice depends on your win rate, average R-multiple, and how your MFE distributes across trades.
The break-even stop transforms your trade into a binary outcome at the cost of increased break-even exits.
EV(BE) = P(target) x R(target) + P(BE) x 0 + P(loss before BE) x R(loss)
Example with 60% win rate, 2.5R target, 1R BE trigger:
EV(BE) = (0.45 x 2.5) + (0.20 x 0) + (0.35 x -1.0) = 1.125 + 0 - 0.35 = 0.775R
The critical variable is how often price reaches the break-even trigger level and then reverses back to entry versus continuing to target. This is the "BE whipsaw rate" -- and for many setups on BTC/USDT, it runs between 15% and 30%.
Every trade that gets stopped at break-even had some unrealized profit at its peak. If 20% of your trades are BE exits that peaked at 1.5R on average, you are leaving 0.30R per trade on the table across your entire sample. Over 200 trades, that is 60R of foregone profit.
Staggered exits produce smaller but more consistent realized gains.
EV(Scale) = Sum of (P(reaching level_i) x Portion_i x R_i) + P(full loss) x R(loss)
Example: 33% at 1R, 33% at 2R, 34% runner to 3.5R
EV(Scale) = (0.65 x 0.33 x 1.0) + (0.65 x 0.70 x 0.33 x 2.0) + (0.65 x 0.70 x 0.50 x 0.34 x 3.5) + (0.35 x -1.0) EV(Scale) = 0.215 + 0.300 + 0.271 - 0.35 = 0.436R
Wait -- that looks worse than the BE approach. And it can be. But this simplified model misses a critical factor: the scale-out approach converts more trades into net winners, which dramatically affects drawdown depth, psychological sustainability, and compounding.
| Metric | Break-Even Stop | Staggered Scale-Out |
|---|---|---|
| EV per trade | Higher when win rate > 50% | Moderate but consistent |
| Drawdown depth | Deeper (more binary outcomes) | Shallower (partial wins cushion) |
| Win rate (net positive trades) | Lower (BE exits count as flat) | Higher (partials create small wins) |
| Best R-multiple capture | Full target on winners | Reduced by early partials |
| Psychological load | High (more all-or-nothing) | Low (frequent realized gains) |
| Compounding efficiency | Better in trending regimes | Better in choppy regimes |
The break-even approach is mathematically superior when:
BE stop at $69,200 after price reached $69,500. Price dipped to $69,280 then continued to $70,100. Full 3R captured. Scaling out at 1R would have reduced total profit by 33%.
In a clean trending move, break-even preserved full exposure to the winning trade.
The staggered approach is mathematically superior when:
Took 40% at $71,150 (1R), 30% at $70,900 (2R). Price reversed to $71,350 before eventually hitting $70,700. BE approach would have exited flat. Scale-out netted 1.0R blended.
In a choppy decline, partial exits captured profit that a break-even stop would have surrendered entirely.
The most robust solution combines elements of both strategies, adapting to market conditions.
This hybrid captures the consistency benefits of scale-outs while preserving meaningful exposure for large moves.
Run both models against your last 100 trades. Calculate total R captured under each approach. The model that produces higher total R for your specific setups is the one you should use. Do not rely on theory alone -- your edge has unique characteristics.
Same setup, two approaches. Entry long at $66,500, stop at $66,250, target $67,250 (3R).
Break-even path: Price reaches $66,750 (1R), BE stop set. Price pulls back to $66,520, narrowly avoids BE. Continues to $67,250. Result: 3.0R.
Scale-out path: 33% off at $66,750 (1R), 33% off at $67,000 (2R), 34% runner to $67,250 (3R). Result: (0.33 x 1) + (0.33 x 2) + (0.34 x 3) = 2.01R.
The break-even approach captured 50% more R on this trade. But if that pullback had touched $66,500, the break-even trader nets 0R while the scale-out trader still holds 1.0R from the first partial.
Over many trades, the variance of the break-even approach is higher. Whether that serves you depends on your edge, your capital, and your temperament.