Fixed vs Trailing Stops
Both are stop-loss rules that exit a position to limit damage, and both should be set from volatility rather than a round number. The difference is whether the stop moves. A fixed stop is placed once and stays, so your maximum loss is known the moment you enter. A trailing stop tightens as the trade works, locking in unrealized gains by following the favorable extreme at a set distance. The first is about capping downside; the second is about capturing trend while protecting profit. Each suits a different return profile, and using the wrong one fights the strategy. This matrix compares them.
On This Page
A static stop-loss at a predetermined price or distance from entry that does not move. Maximum loss per trade is known at entry.
Pros
- Maximum loss is defined and known at entry, making position sizing and risk budgeting exact
- Simple, predictable, and easy to backtest without path-dependent complications
- Does not chase short-term noise, so it produces fewer premature exits in choppy conditions
- Pairs naturally with a fixed profit target for a clean, defined-risk-reward trade
Cons
- Locks in no gains: a trade can run to large profit and then reverse all the way to break-even or worse
- Leaves trend-following profit on the table by never tightening as the move extends
- If set too tight relative to volatility, it stops out on normal fluctuation
- Static distance ignores that risk should shrink as a trade builds an unrealized cushion
Defined-risk trades, mean-reversion setups with a target, and any strategy where capping loss matters more than riding a trend
A stop that follows price in the favorable direction at a set distance, ratcheting to lock in gains while never loosening once tightened.
Pros
- Locks in unrealized profit as the trade works, protecting gains without a fixed target
- Lets winners run, capturing extended trends that a fixed target would cut short
- Adapts the effective risk downward as the trade builds a cushion
- Removes the discretionary temptation to exit a winner too early
Cons
- Always gives back part of the move, since it exits on the pullback rather than the peak
- More prone to whipsaw: in choppy markets a normal retracement triggers the exit
- Sensitive to the trail distance, which trades off whipsaw risk against profit given back
- Path-dependent, so it is harder to backtest cleanly and more sensitive to intrabar data
Trend-following strategies, momentum trades with open-ended upside, and any case where capturing the bulk of a move beats a fixed target
Decision Table
See the tradeoffs side by side
| Criterion | Fixed Stop | Trailing Stop |
|---|---|---|
| Stop moves | No, static | Yes, ratchets with price |
| Max loss known at entry | Yes | Yes for initial, then improves |
| Locks in profit | No | Yes |
| Whipsaw risk | Lower | Higher in choppy markets |
| Trend capture | Limited by fixed target | Rides the trend |
| Backtest complexity | Low | Higher, path-dependent |
Verdict
Match the stop to the shape of the edge. If the strategy is mean-reverting or has a defined profit target, a fixed stop is cleaner: maximum loss is known, sizing is exact, and you are not whipsawed out of a trade that was always going to revert to target. If the strategy is trend-following with open-ended upside, a trailing stop is the right tool because it lets winners run and converts unrealized gains into protected ones, at the unavoidable cost of giving back the final pullback and tolerating more whipsaw in chop. Whichever you choose, set the distance from volatility, for example a multiple of average true range, not a round dollar figure, and backtest the trailing version carefully because its path dependence makes it sensitive to intrabar data and easy to over-optimize.
Try These Tools
Run the numbers next
Execution Simulator
Model realistic order fills — square-root market impact, linear temporary impact, latency jitter, partial fills, and queue position. See the real cost.
Drawdown-Recovery Markov Simulator
Time to recover from an N% drawdown given monthly Sharpe + skew + kurtosis. Cornish-Fisher Monte Carlo, percentile distribution of recovery months.
Fractional Kelly Sizer
Map conviction tiers to fractional Kelly bet sizes with a drawdown Monte Carlo simulator. Client-side. Private by default.
FAQ
Questions people ask next
The short answers readers usually want after the first pass.
Sources & References
- Trading and Exchanges: Market Microstructure for Practitioners — Larry Harris, Oxford University Press (2003)
- Stop-Loss Rules and Their Performance — Kaminski and Lo, Journal of Financial Markets (2014)
Related Content
Keep the topic connected
Volatility
Volatility as the standard deviation of returns: realized vs implied, the annualization gotcha, and why volatility-of-volatility matters.
Drawdown
Drawdown explained: peak-to-trough decline, why max drawdown alone is misleading, and the recovery math that actually matters.
Slippage
Slippage as the gap between expected and executed price: the components (spread, market impact, latency), and how to model each in a backtest.
Kelly Criterion
What the Kelly criterion is, when full Kelly blows up, and why most working quants size at half- or quarter-Kelly.