Chandelier Exit and ATR Trailing Stops: The Complete Guide
Learn how the Chandelier Exit works, how to configure ATR trailing stops for different timeframes, and how AI trading systems use volatility-calibrated exits to stay in winning trends longer.
Want to put this into practice?
Tradewink uses AI to scan markets, generate signals with full analysis, and execute trades automatically through your broker.
- What Is the Chandelier Exit?
- Why ATR-Based Trailing Stops Beat Fixed Stops
- Chandelier Exit vs. Standard ATR Trailing Stop
- Setting the Right ATR Multiplier
- Standard settings by trading style
- Tighter vs. wider multipliers
- Regime-Adaptive Chandelier Exit
- How to Place a Chandelier Exit as a Broker Stop Order
- Chandelier Exit and MFE Analysis
- Chandelier Exit in Practice: Day Trading Example
- How Tradewink Uses ATR Trailing Stops
- Common Chandelier Exit Mistakes
- Summary
What Is the Chandelier Exit?
The Chandelier Exit is a trailing stop methodology developed by Chuck LeBeau and popularized in Van Tharp's Trade Your Way to Financial Freedom. Unlike a fixed-dollar or fixed-percentage trailing stop, the Chandelier Exit calibrates itself to current market volatility using Average True Range (ATR).
For a long trade, the formula is:
Chandelier Exit Stop = Highest High since entry − (ATR × multiplier)
The standard settings are a 22-period ATR with a multiplier of 3.0. For a short trade, the formula is mirrored: Lowest Low since entry + (ATR × multiplier).
The name comes from the visual metaphor — the stop "hangs from the ceiling" (the highest high the trade has reached) like a chandelier. As price pushes higher and sets new highs, the chandelier rises with it. The stop never descends — it ratchets upward as new peaks are established but holds firm during consolidations.
Why ATR-Based Trailing Stops Beat Fixed Stops
A fixed-percentage trailing stop (say, 3% below price) has a serious flaw: it doesn't adapt to volatility. A stock with daily moves of 0.5% will rarely hit a 3% trailing stop before the trend ends. A stock with daily moves of 3% will get stopped out on almost every normal pullback.
ATR solves this. ATR measures the average daily range of a security — the average of (high − low), (high − prior close), and (prior close − low) over a lookback period. A stock that normally moves $2 per day has a much wider ATR-based stop than a stock that moves $0.50 per day. This means the stop is calibrated to that specific stock's volatility profile.
The result: ATR trailing stops stay outside normal price noise while still exiting when a meaningful reversal occurs. This is why ATR-based stops dominate professional algorithmic trading systems.
Chandelier Exit vs. Standard ATR Trailing Stop
A standard ATR trailing stop updates after every bar and can effectively reset during consolidations. The Chandelier Exit is strictly anchored to the highest high:
| Feature | Standard ATR Trailing Stop | Chandelier Exit |
|---|---|---|
| Anchor point | Recent bars (rolling) | Highest high since entry |
| Behavior during consolidation | May loosen slightly | Holds at previous level |
| Direction of movement | Up and down with price | Only moves up (for longs) |
| Suitable for | Short-term momentum | Medium-to-long trending trades |
The Chandelier Exit is particularly well-suited for trend-following trades where you want to stay in the position as long as the trend is intact — not just as long as the last few bars look good.
Setting the Right ATR Multiplier
The multiplier determines how much room price has before the stop triggers.
Standard settings by trading style
Swing trading (daily chart): 22-period ATR, 3.0× multiplier. This is the original LeBeau recommendation and remains the benchmark for multi-day swing trades.
Day trading (5-minute chart): 14-period ATR, 3.5–4.5× multiplier. The wider multiplier compensates for the higher noise-to-signal ratio on intraday charts. On a 5-minute chart, 14 periods covers roughly 70 minutes of recent volatility.
Scalping (1-minute chart): 14-period ATR, 4.0–5.0× multiplier. Very tight timeframes require even wider multipliers because each bar's ATR is tiny relative to bid-ask spread and microstructure noise.
Tighter vs. wider multipliers
- 2.0× ATR: Tight stop, suitable for mean-reversion trades or stocks with very low volatility. Exits quickly on pullbacks — will stop out on normal consolidations in trending stocks.
- 3.0× ATR: Balanced. Catches major reversals while tolerating normal trend pullbacks.
- 4.0× ATR: Wide stop, suitable for highly volatile stocks or strategies that require significant room. Higher profit potential if the trend continues, but larger losses when it fails.
There is no universal right answer. The optimal multiplier depends on the specific strategy, instrument, and timeframe. Backtesting across different multipliers and measuring performance metrics (win rate, average winner, profit factor, maximum drawdown) is the only reliable way to calibrate.
Regime-Adaptive Chandelier Exit
Static ATR multipliers work adequately in uniform market conditions, but markets cycle between trending and choppy regimes. A 3.0× ATR stop that performs well during trending conditions may be too wide in choppy environments (giving back too much before exiting) and too tight in strongly trending environments (stopping out prematurely on deep-but-valid pullbacks).
A regime-adaptive Chandelier Exit adjusts the multiplier based on current market conditions:
- Trending regime (high efficiency ratio, ADX > 25): widen the multiplier to 3.5–4.0× to allow the trend to run
- Choppy regime (low efficiency ratio, ADX < 20): tighten the multiplier to 2.0–2.5× to lock in profits faster
- Transitional regime (regime uncertainty): use the standard 3.0× while monitoring for regime confirmation
This adaptive approach requires a regime detection mechanism — typically an efficiency ratio calculation, HMM-based regime classifier, or a simpler ADX threshold. The result is a trailing stop that breathes with the market's character rather than applying a fixed rule regardless of conditions.
How to Place a Chandelier Exit as a Broker Stop Order
For the Chandelier Exit to provide maximum protection — including while you're away from your screen — it should be placed as a hard stop order at your broker rather than only monitored manually.
The workflow:
- Calculate the initial stop level: Highest High (which is your entry price on a new position) − (ATR × multiplier)
- Submit a stop order at that level to your broker at entry
- After each bar, recalculate: if the new Highest High > previous Highest High, the stop must move up
- Cancel the old stop and submit a new stop at the updated level
- Never move the stop down — Chandelier stops only ratchet upward
For algorithmic traders, this process is automated. Each time a new high is set, the system cancels the existing stop order (stored as stop_order_id) and submits a replacement at the updated Chandelier level.
The key risk to manage: if you cancel the old stop and then the new stop submission fails (network error, broker error), you have a period with no stop protection. Production systems should verify stop order confirmation before considering the update complete.
Chandelier Exit and MFE Analysis
Maximum Favorable Excursion (MFE) analysis is particularly valuable for calibrating Chandelier Exit settings. MFE measures the maximum unrealized profit each trade reached before close — it shows you how much of the trade's potential you actually captured vs. how much you left on the table.
After running 50+ trades with a given Chandelier setting, calculate:
Capture Rate = Average actual exit multiple ÷ Average MFE
If your average MFE is 3.2R but your average exit is 1.8R, your capture rate is 56% — you're leaving 44% of each trade's potential unrealized. This might mean your multiplier is too tight (the Chandelier triggers too early on pullbacks that eventually resolve), or that your initial stop is too wide (reducing the denominator).
Conversely, if your MFE distribution shows most trades peak at 2.0–2.5R before reversing, and your Chandelier multiplier is too wide, you might be giving back 1.5R on average after the peak — a tighter multiplier would improve capture rate.
MFE analysis turns Chandelier configuration from guesswork into data-driven optimization.
Chandelier Exit in Practice: Day Trading Example
A stock with an ATR of $0.85 (on 5-minute bars, 14-period) breaks out of a consolidation at $47.50. You enter long. Settings: 3.5× ATR trailing stop.
Initial Chandelier stop: $47.50 − ($0.85 × 3.5) = $47.50 − $2.975 = $44.53
The stock runs to $50.00 over the next 45 minutes. New Chandelier stop: $50.00 − $2.975 = $47.03
The stock then pulls back to $48.50 (a normal consolidation) but holds above $47.03. The Chandelier stop remains at $47.03 — this pullback is within the normal ATR range and does not trigger an exit.
The stock rallies again to $52.00. New Chandelier stop: $52.00 − $2.975 = $49.03. You're now protected at $49.03 — well above your entry.
The stock reverses sharply to $48.50 in one 5-minute bar. The Chandelier stop at $49.03 triggers, exiting the trade at approximately $49.03 for a gain of $1.53 per share.
Without the Chandelier Exit, you might have held through the reversal hoping for recovery — giving back most of the $4.50 move you had been sitting on.
How Tradewink Uses ATR Trailing Stops
Tradewink's DynamicExitEngine implements the Chandelier Exit methodology with regime-adaptive multipliers. The system tracks highest_high_since_entry for every active position and recalculates the ATR trailing stop level after each price update. The IntradayRegimeDetector (which calculates efficiency ratio on 5-minute SPY bars) determines whether the current session is trending or choppy, and adjusts the ATR multiplier accordingly — typically 3.0× in trending conditions, 2.0× in choppy conditions.
When the new Chandelier stop level exceeds the current stop order price, the system:
- Cancels the existing stop order via the broker API (using the tracked
stop_order_id) - Submits a new stop order at the updated Chandelier level
- Updates the tracked
stop_order_idwith the new order's ID
This broker-synchronized trailing stop approach means every position is automatically protected even during connection issues or periods when the human trader is unavailable. Post-trade analysis via the TradeReflector measures each trade's capture rate against its MFE, using these results to calibrate future multiplier settings through the LearningEngine.
Common Chandelier Exit Mistakes
Using the same multiplier for all instruments: A stock that normally moves 8% per day needs a wider Chandelier than one that moves 0.5% per day. ATR adjusts for this, but the multiplier still needs tuning per instrument.
Moving the stop down "temporarily": The Chandelier Exit only moves up. Moving it down to give a losing position "more room" transforms a volatility-calibrated exit into discretionary hope-based holding — defeating the entire purpose.
Ignoring regime context: A 3.0× ATR multiplier set for trending conditions will produce large losses in choppy environments where price reverses sharply before the stop triggers. Apply a regime filter before entering to avoid taking Chandelier positions in unfavorable conditions.
Setting the initial stop too wide: If you need a 4.0× ATR stop to "feel comfortable" with a position, the position may simply be too large. Reduce position size instead of widening the stop. The stop should be placed where the trade thesis is invalidated, not where your emotions allow you to accept the loss.
Summary
The Chandelier Exit is a volatility-calibrated trailing stop that anchors to the highest high reached since entry, ratchets up as price makes new highs, and never retreats during consolidations. By using ATR to set the stop distance, it adapts automatically to each instrument's volatility profile — giving volatile stocks more room while keeping stops tight on low-volatility instruments.
For systematic day traders and swing traders, the Chandelier Exit paired with regime-adaptive multipliers and MFE analysis provides a structured framework for staying in winning trends longer while exiting cleanly when meaningful reversals occur.
Frequently Asked Questions
What is the Chandelier Exit and how is it calculated?
The Chandelier Exit is an ATR-based trailing stop that anchors to the highest high reached since trade entry. For a long position, the formula is: Highest High since entry minus (ATR × multiplier). The standard settings use a 22-period ATR with a 3.0 multiplier. The stop only moves upward as price makes new highs — it never retreats during consolidations, making it suitable for trend-following trades.
How is the Chandelier Exit different from a standard ATR trailing stop?
A standard ATR trailing stop recalculates based on recent price bars and can loosen slightly during flat periods. The Chandelier Exit is strictly anchored to the highest high since entry and only ratchets upward — it never resets looser during consolidations. This makes it better suited for staying in medium-to-long trends, while a standard ATR trailing stop is more responsive for shorter momentum trades.
What ATR multiplier should I use for day trading versus swing trading?
Day trading on 5-minute bars typically uses a 1.5–2.0× ATR multiplier to stay responsive to intraday moves. Swing trading on daily bars works better with a 2.5–3.5× multiplier to survive multi-day consolidations without stopping out. Trend-following strategies on longer timeframes often use 3.0–4.0× to stay inside major swings. Always analyze your historical winners to calibrate the multiplier to your specific strategy.
How do I combine the Chandelier Exit with partial profit taking?
A common approach scales out a portion of the position at the first profit target (1.5–2× risk) and then switches the remaining shares to a Chandelier Exit trailing stop. This locks in guaranteed profit on the first scale-out while giving the remainder room to run as long as the trend continues. The Chandelier Exit on the remaining portion captures the trend extension without a fixed target ceiling.
Trading Insights Newsletter
Weekly deep-dives on strategy, signals, and market structure — written for active traders. No spam, unsubscribe anytime.
Ready to trade smarter?
Get AI-powered trading signals delivered to you — with full analysis explaining every trade idea.
Get free AI trading signals
Daily stock and crypto trade ideas with full analysis — delivered to your inbox. No spam, unsubscribe anytime.
Related Guides
Trailing Stops: The Complete Guide to Protecting Profits While Staying in Winners
Learn how trailing stops work, the difference between fixed-percentage and ATR-based trailing stops, how to set them correctly, and how Tradewink automates them so you never manually trail a stop again.
Understanding MFE and MAE in Day Trading: The Metrics That Reveal Your True Edge
MFE (Maximum Favorable Excursion) and MAE (Maximum Adverse Excursion) are the most underused metrics in trading. Learn what they measure, why they expose hidden weaknesses in your strategy, and how to use them to set better stops and targets.
AI-Driven Exit Optimization: How Machine Learning Decides When to Exit a Trade
Most trading losses come from bad exits, not bad entries. Learn how AI and machine learning optimize trade exits using MFE/MAE calibration, dynamic trailing stops, multi-signal exit systems, and time-based rules.
Understanding Trade Exit Strategies: When and How to Close a Position
Knowing when to exit a trade is as important as knowing when to enter. This guide covers the five main exit strategy types — fixed targets, trailing stops, time-based exits, regime-shift exits, and partial profit taking — and explains how to combine them for consistent results.
Risk Management for Day Traders: The Complete Guide (2026)
Learn the essential risk management techniques that separate profitable day traders from those who blow up. Covers position sizing, stop placement, daily loss limits, and portfolio heat management.
Key Terms
Related Signal Types
Founder of Tradewink. Building autonomous AI trading systems that combine real-time market analysis, multi-broker execution, and self-improving machine learning models.