Strategies

Trailing Stop — Protecting Profits With a Moving Stop (ATR, Chandelier)

📅 10.07.2026⏱ ~8 min read✍️ Rafal (KBS)

Anyone who has held a position for more than a day knows this pain: you were up 18%, didn't close, and rode it back to zero. Or the opposite: you closed at +5%, and the market went on without you to +60%. Both pains are — partially — cured by the same tool: the trailing stop, a stop loss that follows price as the market moves in your favor and freezes when the market reverses. Paper profit gradually turns into locked-in profit, and the position stays alive as long as the trend does.

Sounds like a free lunch — and that's where the "no hype" part begins. A trailing stop doesn't add edge; it trades one kind of cost for another: you buy profit protection with earlier exits from moves that would otherwise have kept running. Whether that trade is worth it depends on the strategy — and it can be measured.

What a Trailing Stop Is

The mechanics for a long position: the stop hangs at a fixed distance below price. Price rises → the stop rises with it. Price falls → the stop stays put (never, under any pretext, does it move down — that's an iron rule). Eventually the market reverses enough to touch the stop, and you exit — giving back the last piece of the move but keeping the rest.

The whole art comes down to one question: how do you measure the distance? Three main schools:

  1. Percentage — a stop, say, 8% below the price high. Simple, but blind: 8% on BTC in a calm week is a canyon, in a week of panic it's the width of a single candle. The same number sometimes chokes a position, sometimes doesn't protect it at all.
  2. ATR trailing — a stop at a distance of k×ATR below price (or below the extreme of the move). ATR measures current volatility, so the stop widens on its own when the market goes wild and tightens when the market calms down. This solves the main flaw of the percentage stop, which is why ATR is the standard. Typical multipliers: 1.5-2.5× on calm markets and shorter plays, 3-4× (sometimes up to 6×) on choppy markets and when hunting long trends. An important technical detail: a candle's ATR is only known once it closes — a touch of the line mid-candle isn't yet a signal, unless you deliberately decide otherwise and stay consistent about it.
  3. Chandelier Exit — the best-known ATR trailing formula (Chuck LeBeau): stop = highest high since entry − 3×ATR(22). Anchoring to the extreme of the move (rather than to the current price) means the stop rises in steps behind the highs and doesn't react nervously to individual candles.
  4. Structural (a bonus, outside the world of indicators) — a stop below successive higher swing lows, or below an N-day low. This is how the exit in the turtle trading system works: a break of the 20-day low ends the position. Advantage: the exit has a market interpretation ("trend broken"), not just a geometric one.

What the Numbers Say

QuantifiedStrategies tested ATR trailing stops as an exit mechanism in strategies on US indices; the general takeaways from their research on stops (data from QS summaries — the source file wasn't available in our research, so verify specific figures on the source page before citing them) form a consistent and inconvenient picture:

The overarching conclusion: the exit mechanism has to match the entry logic. The question "does a trailing stop work" is framed wrong — the right question is: "in MY strategy, does trading earlier exits for profit protection have a positive payoff?" Only a backtest on your rules and your market can answer that.

How to Apply It Step by Step

A practical framework for a long position on crypto (D1), Chandelier variant:

  1. Entry and initial stop: enter according to your strategy (e.g., a breakout from consolidation); place the initial stop classically — behind structure, as in the stop-loss guide. Trailing usually doesn't take over right away — the position has to earn its protection first.
  2. Trailing activation: after a move of ~2×ATR in your favor (or once you hit 1R), switch from static management to Chandelier: stop = highest high since entry − 3×ATR(22).
  3. Update: after each daily candle closes, recalculate the level. The stop only rises — if the formula comes out lower than the current stop, do nothing.
  4. Exit: either a daily close below the line (the conservative variant) or an intraday touch (the mechanical variant — the stop order sits live on the exchange). Pick one and don't waver: mixing variants under emotion is a back door to "surely it'll bounce back."
  5. Position size: calculated from the initial stop using the %-risk model — trailing manages the profit, it doesn't take you off the hook for the risk math at entry.

Numerical example on BTC (illustrative): long entry after a breakout at 90,000, initial stop at 86,000, ATR(22) = 2,500. The market rises; at a price of 96,000 you activate the Chandelier: peak of the move 96,500 − 3×2,500 = 89,000 — the stop is still below entry, the trend has to work a bit more. Two weeks later the peak of the move is 108,000, and ATR has risen to 3,200: stop = 108,000 − 9,600 = 98,400 — from this point the position has a locked-in minimum of +$8,400 per BTC. The market peaks at 112,000 and reverses; the daily candle closes at 97,900, below the line → exit. You captured about +$8,900 out of a $22,000 maximum paper profit from entry to peak. Does it sting? It's supposed to — that's the price for the fact that if, instead of a reversal, price had continued to 150,000, you'd still be in the position. A fixed TP at +10% would have closed you at 99,000 and the dilemma wouldn't exist — but neither would the shot at the long tail.

📈

[Chart coming soon: BTC D1 chart with the entry, the initial stop, and a stepped Chandelier Exit line rising behind successive highs until the exit on a close below the line]

When It Doesn't Work and the Most Common Traps

The no-hype conclusion: a trailing stop is an honest tool that does exactly one thing — it automates the decision "how long do I ride the profit" and takes it off the shoulders of emotion. It doesn't raise your win rate, doesn't create edge, and always sends a bill: every locked-in profit costs you some trend you didn't fully ride, and every fully ridden trend costs you a piece of the top you gave back. In trend-following strategies that bill historically balances out; in mean reversion it doesn't. Before you set any multiplier, answer a question more important than the parameter itself: does your strategy live off a long tail of gains, or off a high win rate? Because a trailing stop only serves the former.

FAQ

What ATR multiplier should I set for a trailing stop?
There isn't one right number — it's a trade-off. In practice: calm markets or short-term plays, 1.5-2.5×ATR; volatile markets and hunting for long trends, 3-4×ATR (the Chandelier Exit defaults to 3×ATR(22)). A tight multiplier ejects you from positions on ordinary noise more often; a wide one gives back more paper profit on a reversal. Instead of guessing, test 2-3 variants on the data of the market you actually trade — the result depends more on the instrument's volatility than on any 'universal' rule.
What is a Chandelier Exit?
It's a specific, popular ATR trailing-stop formula developed by Chuck LeBeau: for a long position, the stop hangs 3×ATR(22) below the highest point reached since entry (hence the name — a 'chandelier' hung from the ceiling of the move). As price makes new highs, the stop rises with them; as price falls, the stop stays put. Its advantage is being anchored to the extreme of the move rather than to the current price — it doesn't 'chase' every candle.
Is a trailing stop better than a fixed take profit?
It depends on the strategy — and that's measurable. In trend-following approaches, trailing usually wins, because it lets you capture rare, very long moves that a fixed target would cut short. In mean-reversion strategies it's the opposite: QuantifiedStrategies research has repeatedly shown that adding trailing stops to mean-reversion systems hurts results — there, the move is short by definition, and a quick exit on signal works better. Match the exit mechanism to the entry logic, not the other way around.
Rafał — Strefa Tradingu / Krypto Bez Ściemy
Rafał — Krypto Bez Ściemy

Trader and founder of Strefa Tradingu. He’s been breaking crypto down on YouTube for years — no hype, no signals, with a focus on market structure and risk management.

🎁 Grab Strefa’s free TradingView indicators

Drop your email — we’ll send you links to our free TradingView indicators plus a no-fluff starter kit. Zero spam.

You’re joining the Strefa Tradingu list. Unsubscribe with one click, anytime.
✅ Done — the email with your links is on its way!

Check your inbox (and the Spam/Promotions folders) and add us to your contacts.

Read next