Risk Management

ATR Stop Loss: The Volatility-Based Risk Framework

An ATR stop loss sets your exit at a distance equal to the Average True Range times a multiplier, adapting to current volatility. This guide covers formulas, multiplier ranges across asset classes, trailing variants, and how to combine ATR with position sizing.

S
Stijn DikkenFounder, TraderNest
May 19, 2026Published
9 min read1,745 words
atr stop loss

An ATR stop loss places your exit at a distance equal to the Average True Range multiplied by a chosen factor, usually 1.5x to 3x. The stop adapts to current volatility, so a calm AAPL session gets a tight stop while a 12% Bitcoin candle session gets a wider one. The trader sets the rule once, the market sets the distance.

That single shift, from fixed pips or percentages to volatility-scaled distances, is why ATR stops have outlived most other stop-loss methods since Welles Wilder published the indicator in 1978. This guide covers the formula, the multiplier ranges that actually work across stocks, crypto, and forex, the trailing variant, and the part most articles skip: how to combine ATR with position sizing so a wider stop doesn't blow up your risk budget.

What is ATR and why use it for stops

Average True Range is a 14-period moving average of the True Range, which is the largest of three values for each candle: current high minus current low, current high minus previous close, or current low minus previous close. The last two terms catch overnight gaps. The output is a single number in price units, not a percentage.

If BTCUSDT has a 14-period ATR of $1,200 on the 4H chart, the average candle range over the last 56 hours is roughly $1,200. A stop placed $1,200 below your long entry sits one ATR away. A stop placed $2,400 below sits at 2x ATR.

The value of ATR for stop placement comes from one property: it scales automatically. A fixed 2% stop is too tight on a low-float small cap and too wide on a megacap during a quiet session. ATR fixes that without manual tuning.

How do you calculate an ATR stop loss

The formulas are simple and worth committing to memory.

For a long position: Stop = Entry price minus (ATR multiplied by Multiplier)

For a short position: Stop = Entry price plus (ATR multiplied by Multiplier)

Worked example, AAPL long: Entry at $190.00, 14-day ATR of $3.40, multiplier of 2x. Stop = 190 minus (3.40 times 2) = $183.20. Stop distance is $6.80, roughly 3.6% of entry.

Worked example, BTCUSDT short on 4H: Entry at $67,500, 14-period ATR of $1,200, multiplier of 2.5x. Stop = 67,500 plus (1,200 times 2.5) = $70,500. Stop distance is $3,000, roughly 4.4% of entry.

Worked example, EURUSD long on 1H: Entry at 1.0850, 14-period ATR of 0.0012, multiplier of 1.5x. Stop = 1.0850 minus 0.0018 = 1.0832. Stop distance is 18 pips.

Notice the same multiplier produces wildly different percentage distances across these three trades. That is the point.

What is a good ATR multiplier for stop loss

There is no universal best multiplier, but there are sane ranges by trading style and asset class. The table below reflects what I see hold up in backtests and live tracking across thousands of trades.

Style Stocks Crypto perps Forex majors
Scalp (1m-5m) 1.0x-1.5x 1.5x-2.0x 1.0x-1.5x
Intraday (15m-1H) 1.5x-2.0x 2.0x-2.5x 1.5x-2.0x
Swing (4H-1D) 2.0x-3.0x 2.5x-3.5x 2.0x-3.0x
Position (1D-1W) 3.0x-4.0x 3.5x-5.0x 3.0x-4.0x

Crypto multipliers run higher because intraday wicks routinely punch through 2x ATR before the move continues. On Bybit BTCUSDT 4H, a 2.5x multiplier survives most liquidity sweeps while a 2x gets knocked out and reversed within an hour.

The rule of thumb: the longer your hold and the noisier the asset, the higher the multiplier. A 2.5x ATR stop on a swing BTC trade is a defensible default. A 1x ATR stop on a 1H forex trade is a defensible default. Going below 1x almost guarantees stop-outs from normal noise.

ATR trailing stops for locking in profits

A fixed ATR stop protects the entry. A trailing ATR stop protects profits as the trade moves your way. The mechanic is simple: after every closed candle, recalculate Entry minus (ATR times Multiplier) using the current ATR and the highest close since entry. The stop ratchets up on longs, down on shorts, never the other way.

Worked example, ETH long: Entry $3,200, initial stop at 2x ATR equals $3,080. After three days, ETH closes at $3,450 and ATR has dropped from $60 to $52. New trailing stop = 3,450 minus (52 times 2) = $3,346. Initial risk was $120 per coin, now locked-in profit is $146 per coin. The stop never moves back down.

The Chandelier Exit, designed by Chuck LeBeau, is a popular trailing variant. It anchors to the highest high (not close) since entry and typically uses a 3x ATR multiplier on the daily chart. It gives more room to breathe than a close-based trail.

The non-negotiable rule: never widen a trailing stop. If ATR expands after a volatile candle, you keep the old, tighter stop. Widening trailing stops in real time is how traders rationalize their way into bigger losses than the system allowed.

How to combine ATR stops with position sizing

This is the section most ATR articles skip, and it is where ATR stops become a complete risk framework instead of a stop-placement trick.

Fix your risk per trade first, usually 0.5% to 1% of account equity. Then size the position so the ATR-based stop distance equals that dollar risk. The formula:

Position size = (Account equity times Risk percent) divided by (ATR times Multiplier)

Worked example: Account $50,000. Risk per trade 1% equals $500. Trading BTC perps at $67,500 entry, 4H ATR $1,200, multiplier 2.5x. Stop distance = $3,000. Position size = 500 divided by 3,000 = 0.167 BTC notional.

If ATR doubles to $2,400 the next week because volatility spiked, the same setup gets half the position size. Same dollar risk, smaller exposure. The trader does not need to think about it, the formula adjusts automatically.

This is the full loop: ATR sets the stop distance, the stop distance sets the position size, risk per trade stays constant regardless of market conditions. For a deeper breakdown of how this fits a complete framework, see our risk management for traders hub.

Is ATR better than a percentage stop loss

For most traders, yes, and the reason is regime change. A fixed 2% stop assumes today's volatility equals last month's volatility. It rarely does. In April 2024, BTC daily ATR ran near 4%. By August it had compressed to 1.8%. A trader using a fixed 2% stop got stopped out by normal noise in April and held losers too long in August. ATR stops adjust to both regimes automatically.

Percentage stops do have one advantage: simplicity. New traders can size a percentage stop in their head. ATR stops require an indicator on the chart or a quick mental calculation. For traders who place fewer than five trades a week and want to keep things simple, a 2-3% stop on stocks or 3-5% on crypto is acceptable.

For anyone trading multiple assets across different volatility regimes, ATR wins.

Common mistakes with ATR stops

Mixing timeframes. Calculating ATR on the daily but entering on the 5-minute produces stops 10x wider than the noise you are actually trading. Match the ATR timeframe to your entry timeframe.

Ignoring market structure. A 2x ATR stop on a long entry that lands just below a clear support level is wasted. Move it a few ticks below the support instead. Pure math without context is fragile. ATR sets the minimum distance, structure sets the exact location.

Widening the stop after entry. ATR can expand after a volatile candle. That does not mean you widen your live stop. Recalculate for the next trade, not the current one.

Using the same multiplier on every asset. A 1.5x that works on EURUSD will get torn apart on a low-cap altcoin perp. Backtest the multiplier per instrument or use the ranges in the table above.

No position sizing adjustment. Setting an ATR stop without resizing the position defeats half the purpose. Wider stop must mean smaller position, otherwise risk per trade balloons in high-volatility weeks.

How TraderNest helps you use ATR stops effectively

Knowing the formula is one thing. Verifying that you actually follow it across hundreds of trades is another. TraderNest auto-syncs every trade from 10 crypto exchanges including Bybit, Binance, OKX, Bitget, and Hyperliquid, plus Alpaca for stocks, so your full trade history is captured without manual entry.

Inside the journal, the risk analysis page shows stop distance, realized R, and how often your actual exits match your planned stops. The Strategy Commitment and Inconsistent Risk Management patterns are two of 15 behavioral patterns that AI Hawk detects automatically. If you set a 2x ATR stop in your trade plan but exited halfway to the stop, or moved it wider mid-trade, AI Hawk flags it and coaches you on the pattern over time.

The Plan vs Actual feature compares the trade you wrote down before entry to what you actually executed. For ATR stop users this is the truth serum: did the stop hold, did you widen it, did you exit early. Over 50 trades, the data shows whether your ATR system is working or whether you are sabotaging it.

Quick reference: ATR stop loss formulas

Keep this list near your charts until the math becomes second nature.

Putting it together

A disciplined ATR system has three moving parts: a defensible multiplier for your timeframe and asset, a position-sizing rule that keeps dollar risk constant as ATR expands and contracts, and a journaling habit that verifies the system is actually followed in live trading. Get those three right and your stop placement stops being a gut-feel decision and starts being a repeatable input that you can backtest, refine, and trust.

If you want a structured framework that ties ATR stops, position sizing, and behavioral tracking into one workflow, explore the full risk management for traders playbook on TraderNest. Then connect your exchange, let the journal capture your trades, and let the data tell you whether your ATR rules are surviving contact with the market.

TraderNest
Written by

Stijn Dikken

Founder, TraderNest

Building TraderNest to help traders master their psychology with data-driven insights and AI-powered coaching.

Stop guessing. Start journaling.

Join traders who use TraderNest to track their trades, detect behavioral patterns with AI, and become consistently profitable.