What it means
A trailing stop is a stop-loss order that moves with the price in the favorable direction but stays fixed when price moves against you. Specified as either a fixed distance (e.g., 30 pips behind price) or a percentage (e.g., 1% below the running high). Once the price reverses by more than the trailing distance, the stop triggers and exits the position — locking in whatever profit had accumulated above entry.
Why it matters
Trailing stops solve the trader-discipline problem: 'when do I take profit on a winning trade?' By mechanising the exit, they remove the emotional weight of letting winners run. Their cost is small: in choppy markets they get stopped out before the trade reaches its full potential; in trending markets they capture most of the move.
How to use it
Pick the trailing distance based on your strategy's volatility profile. ATR multiples are common: 2x ATR(14) for swing trades, 1x ATR(14) for active trades. Test the distance in backtests — too tight and you're chopped out of trends; too wide and you give back too much profit on reversals.
Long EUR/USD entry 1.0850 with 1.0820 initial stop (-30 pips). Trailing stop set at 30 pips. Price moves to 1.0900, stop trails to 1.0870. Price moves to 1.0950, stop trails to 1.0920. Price reverses to 1.0920, stop triggers at +70 pips profit instead of waiting for a full retrace.
Server-side vs client-side trailing stops
On most retail platforms, trailing stops are managed CLIENT-SIDE: the platform calculates the moving stop and submits an updated order to the broker each tick. If the platform disconnects (browser crash, internet failure), the trail stops moving and the original initial stop applies. Some brokers offer SERVER-SIDE trailing stops that run on broker infrastructure — strictly better for reliability but not universally available. Always confirm which type your broker provides.
Tuning the trailing distance
The right trailing distance is strategy-specific. Too tight: every minor pullback stops you out before the trend continues. Too wide: profitable trades give back 50%+ of gains before exit. Common framework: backtest the strategy with trailing distances at 0.5x, 1x, 1.5x, 2x and 3x ATR(14) and pick the distance with the best risk-adjusted return on the strategy's historical sample. Don't optimise too tightly — the optimal distance is sample-dependent and can degrade out-of-sample.
Frequently asked
Should I use a percentage trail or a pip trail?
Pip trail works for FX where percentage moves are small and predictable. Percentage trail works better for crypto and high-vol equities where absolute moves vary widely. The underlying logic is identical; the unit just matches the volatility profile of the asset.
Can a trailing stop move in the wrong direction?
No — by design, the trail only moves to lock in more profit. Once it ratchets up (on a long), it can't ratchet back down even if price retraces. Some platforms label this as 'stop trailing' specifically to clarify this behavior.
When should I NOT use a trailing stop?
Mean-reversion strategies: the strategy logic assumes price will retrace into the position, so a trailing stop fights the strategy. Also avoid trailing stops on very low-volatility windows where noise will repeatedly trigger early exits.
Want a worked example or a deeper dive? Ask Rocky how this concept applies to your specific watchlist or trade idea.
Ask Rocky