Skip to main content

Trailing Stops (MA / Chandelier / ATR)

Updated Jun 23, 2026 at 8:47pm

Research Draft Medium 817 words

A trailing stop is an exit level that ratchets in the trade's favor as price moves your way — never against it. Unlike a fixed stop or a fixed profit target, it follows the position higher (for a long), locking in accumulated gains while still leaving room for the trade to keep running. The trailing stop only moves up; if price stalls or reverses, the stop holds where it was and eventually gets hit, closing the trade. The central design choice is how much room to give the trade: a tight trail protects open profit aggressively but exits early; a loose trail rides bigger trends but hands back more on the inevitable pullback.

The methods

Moving-average trail. Use a moving average as the line in the sand and exit on a close below it (intraday dips below the MA don't count — only the closing print). Common practice maps the MA length to the horizon: shorter averages (e.g. the 10- or 20-period) trail quickly for fast swings, while a 50-period rides longer trends. As long as price closes above the MA the trend is treated as intact; a close below signals the trend's "center of gravity" has been lost and the trade is exited [TradingwithRayner; SwingFolio].

Chandelier Exit. Developed by Chuck LeBeau, this is a volatility-based trail. For a long, the stop is set at the highest high over N periods minus a multiple of the Average True Range:

> Long stop = Highest High (N) − (Multiplier × ATR(N))

StockCharts uses default settings of 22 periods and a multiplier of 3.0, so the stop sits three ATRs below the highest high reached since entry. For a short, it inverts: Lowest Low + (Multiplier × ATR). Because the stop is anchored to the running highest high, it ratchets up automatically as new highs are made, and the ATR term widens or tightens the buffer with volatility [StockCharts ChartSchool; Corporate Finance Institute].

Fixed % or ATR trail. The simplest form: trail the stop a fixed distance below price — either a flat percentage (e.g. a set % below the recent high) or a fixed number of ATRs below the close. J. Welles Wilder's ATR (originally a 14-period smoothing) underpins the ATR variant; a typical construction trails the highest high since entry by 3 × ATR [Investopedia/Wikipedia: Average True Range; incrediblecharts].

How it's used in practice

Three recurring habits define skilled use. Tight vs loose: smaller multipliers and shorter MAs exit faster and suit choppy, mean-reverting names; larger multipliers and longer MAs are for clean trends where giving back open profit is the price of catching the whole move. Match trail speed to timeframe: a multi-week swing managed on a 2-ATR daily trail will get shaken out, whereas a 3-ATR or 50-MA trail breathes with the position. Trail only after a cushion: many traders keep the initial stop fixed (at the structural invalidation level) and don't activate the trailing logic until the trade is in profit by some buffer — this avoids tightening the stop into the entry-area noise before the trade has proven itself.

Strengths & limitations

The honest tradeoff sits at the heart of every trailing stop. Strength: it lets winners run without requiring you to predict the top — you don't guess where to take profit, you let the trend dictate the exit, and it mechanically protects capital and locks gains as the move extends. Limitation: by definition a trailing stop always gives back some open profit — you will never exit at the high, because the stop has to sit below price to give the trade room. Worse, in sideways or choppy conditions a trail (especially a tight one) gets repeatedly whipsawed: stopped out on a normal pullback, only to watch the trend resume without you. The ATR/Chandelier variants partly defend against this by sizing the buffer to actual volatility — when the market is jumpy, the stop is automatically further away — but no trail eliminates the give-back-vs-whipsaw tension. It is a choice of which error to accept, not a way to avoid both.

System relevance

When Augustus produces a swing-trade plan, it can emit a trail rule alongside the entry and initial stop — for example "trail at 3×ATR(22) below the highest high" or "exit on close below the 20-EMA" — so the management logic travels with the trade rather than being decided ad hoc later. The method and parameters should be chosen to fit the trade's expected horizon and the regime, consistent with the tradeoffs above.

Sources