Trailing Stops
A trailing stop is a protective exit that ratchets in your favor as price advances and never moves backward. On a long, it starts below entry and is raised each time the position makes new progress; it is frozen during pullbacks and only ever moves up. The moment price reverses far enough to touch the trailing level, you are out. This makes the trailing stop the primary exit engine for "let winners run" styles — it converts an open, unrealized gain into a floor that locks in profit while still leaving room for the trend to continue. Its core tension has no free lunch: trail tight and you get shaken out by ordinary pullback noise, capturing only a sliver of a move that kept going; trail loose and you keep more of the trend but hand back a large chunk of open profit at the turn. There is no single "optimal" setting — the right trail is a function of the strategy, the timeframe, and the volatility regime.
The main methods
Fixed percentage / dollar trail. The stop is held a constant distance (e.g. a fixed % or fixed dollar amount) below the highest price reached since entry. Simplest to automate; many brokers offer it as a native order type. Its flaw is that it ignores volatility — the same 8% trail is too tight for a high-volatility name and too loose for a quiet one.
ATR / Chandelier trail (volatility-based). The trail distance scales with the Average True Range so it widens in volatile markets and tightens in calm ones. The Chandelier Exit, developed by Charles Le Beau and popularized in Alexander Elder's Come Into My Trading Room (2002), is the canonical version: for a long, the stop = the highest high over 22 periods − (ATR(22) × 3.0); for a short, the lowest low over 22 periods + ATR(22) × 3.0 (StockCharts ChartSchool; Corporate Finance Institute). The 22-period / 3× multiplier are the published defaults; the multiplier is the main tuning knob (lower = tighter). Because the stop is anchored to the period high minus a volatility buffer, it ratchets up automatically as new highs form. See the sibling ATR Stops node for the mechanics of ATR itself.
Structure trail. Instead of a formula, the stop is raised to sit just under each successive higher swing low (for a long) — i.e. the most recent point the market defended. This trails the trend's own footprints rather than a fixed distance. It respects market structure but moves in discrete jumps and can leave a wide gap when swings are far apart. See the sibling Structure-Based Stops node.
Moving-average trail. Exit on a close below a chosen MA (commonly the 20-EMA for swing-length trends, the 50-SMA for longer holds). The MA itself rises with the trend, so the stop trails automatically and adapts to slope. Wider MAs give more room and fewer whipsaws but a later, costlier exit.
How it's used in practice
Trailing rarely operates from entry. The standard trade-management sequence is: (1) enter with a fixed initial stop sized to a hard invalidation level; (2) once price reaches a buffer — typically +1R (one multiple of the initial risk) — move the stop to breakeven, removing downside; (3) only then begin trailing, so normal early chop near entry doesn't eject you before the trade has proven itself. A common refinement is a two-stage approach: take partial profit at a first target to bank realized gains, then trail the remainder to capture trend tail-risk. The choice of method follows the trade thesis — a trend-continuation breakout wants a loose trail (ATR×3, 50-MA, or major swing lows) to survive deep pullbacks; a fast momentum scalp wants a tight trail (smaller ATR multiple, 10–20 EMA) to protect a quick pop.
Standing & evidence
Trailing stops are a near-universal, uncontested trade-management tool, but the empirical record is nuanced, not a blanket endorsement. Findings in the literature are explicitly context-dependent: trailing stops tend to help in trending / momentum regimes and where returns show positive serial correlation, but can underperform buy-and-hold or hard stops once transaction costs and whipsaw are counted — especially for mean-reversion strategies, where a trailing stop conflicts with the strategy's logic of exiting at a fixed reversion target (Lei & Li / Han, "Exploring the Effectiveness of Trailing Stop-Loss Strategies," Journal of Investing 2023; Kaminski & Lo / academic stop-loss studies). The honest summary: trailing stops are a risk-management tool that reliably truncates the left tail and caps give-back, but they are not a standalone source of edge and their net effect on returns depends on regime, asset, costs, and the trail setting. Avoid any precise "X% better Sharpe" claim — such numbers in the wild are typically unsourced.
Strengths & limitations
Strengths: removes the discretionary "when do I sell?" decision, mechanically locks in open profit, lets a winner run far beyond a fixed target, and (once at breakeven) makes a loss structurally impossible on that trade.
Limitations / the core tradeoff (no optimal setting): a tight trail exits on ordinary pullback noise and misses the bulk of the move; a loose trail surrenders a large slice of open profit at the reversal. Trailing also caps mean-reversion-to-target styles — if your edge is a snap-back to a known level, trailing past it both forfeits the planned exit and exposes you to the noise of holding for more. Other failure modes: it underperforms in choppy, rangebound markets (repeated whipsaw), it gaps through the stop on overnight/news (realized fill worse than the level), and a fixed-% trail mis-scaled to volatility is the single most common misuse. The decision of trail vs. fixed target is strategy-dependent, not a universal "always trail."
System relevance
This node is the trade-management counterpart to the sibling stop nodes — ATR Stops (volatility-buffer mechanics), Structure-Based Stops (swing-low anchoring) — and to the swing-exit nodes in the Swing Trading branch, where the exact swing entry/stop/target/hold-period mechanics live (cross-link those, not the unrelated node #1020). For the Augustus swing-setup agent, the operative caveat is that a recommended trailing method must be matched to the setup's character: trend-continuation and breakout setups warrant a looser, volatility-scaled trail (ATR×3 / structure), while mean-reversion setups should generally use a fixed target rather than a trail. Never present a single trail setting as universally optimal.
Sources
- StockCharts ChartSchool — Chandelier Exit (formula, 22-period / ATR×3 defaults, Le Beau attribution): https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-overlays/chandelier-exit
- Corporate Finance Institute — Chandelier Exit (formula, Le Beau / Elder history): https://corporatefinanceinstitute.com/resources/equities/chandelier-exit/
- Exploring the Effectiveness of Trailing Stop-Loss Strategies for Individual Investors, Journal of Investing / Portfolio Management Research (2023): https://www.pm-research.com/content/iijindinv/14/1/29
- Kaminski & Lo and related academic stop-loss studies (context-dependence, mean-reversion conflict, transaction-cost drag): https://lup.lub.lu.se/student-papers/record/1474565/file/2435595.pdf
- Investopedia / general practitioner sources on trailing-stop ratchet mechanics and breakeven-after-1R management.