Home/Blog/ATR (Average True Range) for Stop-Loss Placement
Technical AnalysisATRRisk Management

ATR (Average True Range) for Stop-Loss Placement

Learn how ATR measures volatility and how to use it to place stop-losses, size positions, and set price targets that adapt to each asset.

TradeThesis Research·5 August 2026·9 min read

What ATR Actually Measures

Average True Range (ATR) measures how much an asset typically moves over a given period. It says nothing about direction — only magnitude. A rising ATR means price is swinging more violently; a falling ATR means price is settling into a tighter range. Nothing in the calculation cares whether those swings are up or down.

That single property — pure volatility, no directional bias — is what makes ATR one of the most practical tools for risk management rather than signal generation.

How ATR Is Calculated

ATR starts with True Range (TR), which captures the full extent of a period's price movement, including any gap from the prior close. True Range is the greatest of three values:

  1. Current high minus current low
  2. Current high minus previous close (absolute value)
  3. Current low minus previous close (absolute value)

Taking the greatest of these three matters because it accounts for gaps. A stock that gaps up 5% overnight and then trades in a tight 1% range that day still had a 5%+ true range — a simple high-minus-low calculation would understate that entirely.

ATR is then a moving average of True Range, typically over 14 periods (Wilder's original smoothing method, though a simple or exponential moving average works too):

ATR = Average of True Range over N periods

The result is expressed in the asset's own price units — dollars for a stock, points for an index, whatever denomination the chart uses. A $50 stock with an ATR of $1.20 is moving roughly 2.4% per period on average; a $50 stock with an ATR of $4 is a very different, much more volatile instrument, even though the price is identical.

Why Fixed Stop-Losses Fail

A common beginner habit is to set every stop-loss at a fixed percentage — say, 3% below entry — regardless of the asset. This works out to be either too tight or too loose almost every time, because volatility isn't uniform across assets or across time.

Consider two names both trading at $100:

  • Stock A: ATR of $0.80 (0.8% average daily range) — a stable, low-volatility large cap
  • Stock B: ATR of $4.50 (4.5% average daily range) — a volatile small cap or momentum name

A flat 3% stop on Stock A is nearly 4x its average daily range — far too loose, giving back unnecessary risk before the thesis is even wrong. The same 3% stop on Stock B sits well inside a single normal day's noise — it will get stopped out on ordinary volatility long before the trade has a chance to work.

Volatility also changes over time for the same asset. A stock's ATR before earnings looks nothing like its ATR the week after a violent gap. A stop sized for calm conditions gets torched the moment volatility expands — which is exactly the setup where fixed stops fail traders most often.

Setting an ATR-Based Stop-Loss

The standard approach places the stop a multiple of ATR away from entry, rather than a fixed percentage or dollar amount:

Long stop  = Entry price − (ATR × multiplier)
Short stop = Entry price + (ATR × multiplier)

A trader buying at $100 with a 14-period ATR of $2.50 and a 2x multiplier would place the stop at $95 ($100 − $2.50 × 2). That distance reflects how the stock actually trades, not an arbitrary round number.

Common ATR multipliers:

Multiplier Use Case
1.0x – 1.5x Tight, short-term trades; scalping; high-conviction breakouts
2.0x – 2.5x Standard swing trades on daily charts
3.0x or higher Position trades, wider structural stops, trending markets prone to pullbacks

Shorter-term traders lean toward tighter multipliers because they're managing the trade actively and can react quickly; swing and position traders lean wider to avoid getting shaken out by normal volatility while the broader thesis plays out over days or weeks.

ATR-Based Position Sizing

ATR-based stops become significantly more useful when paired with ATR-based position sizing, because the two together let a trader define a fixed dollar risk per trade regardless of which asset or setup they're trading:

Position size = Risk amount / (ATR × multiplier)

If a trader risks $200 per trade, and a stock has an ATR of $2.50 with a 2x multiplier (a $5 stop distance), the position size works out to 40 shares ($200 / $5). A more volatile stock with an ATR of $8 and the same 2x multiplier (a $16 stop distance) would size down to about 12 shares ($200 / $16).

This keeps dollar risk constant across every trade while letting position size flex with volatility — a much more consistent risk framework than sizing every trade the same number of shares or the same dollar amount regardless of how the underlying moves. See Position Sizing: How to Calculate How Much to Risk Per Trade for the fuller framework this plugs into.

Using ATR for Targets and Breakout Confirmation

ATR isn't limited to stop placement. Two other practical uses:

Profit targets. A target set at 2-3x the stop distance (in ATR terms) keeps the trade's risk/reward ratio consistent and realistic relative to how the asset actually moves — a target of 5% on a stock with a 1% ATR is asking for a five-sigma move; the same 5% target on a stock with a 4% ATR is well within normal range.

Breakout quality. A breakout candle with a true range well above the recent ATR average signals real participation and volatility behind the move. A breakout on a range barely larger than the average ATR is more likely to be noise or a low-conviction move that fails to follow through.

ATR Trailing Stops

A static ATR stop set once at entry is only part of the toolkit. Many traders instead trail the stop as the trade moves in their favor, using ATR to define how much room to give price on each new bar.

One common version, often called a chandelier exit, anchors the stop to the highest high (for a long) since entry, minus a multiple of ATR:

Trailing stop = Highest high since entry − (ATR × multiplier)

As price makes new highs, the stop ratchets up with it, but only ever moves in the trade's favor — it never gets pulled back down on a pullback. This lets a winning trade run while still defining an objective, volatility-adjusted point at which the trend is considered broken, rather than exiting on a fixed percentage retracement that might just be normal noise.

The same logic applies in reverse for shorts: trail the stop above the lowest low since entry, using ATR to set the distance.

ATR Across Different Markets

ATR's usefulness holds across asset classes, but the raw numbers aren't comparable without context.

Stocks typically show ATR as a modest percentage of price — a stable large-cap might run a 1-2% daily ATR, a volatile small-cap 4-6% or more.

Crypto assets routinely run much higher — even large, liquid tokens can show 3-5% daily ATR in calm conditions and considerably more during volatile stretches, which means multipliers calibrated for equities are usually too tight when applied directly to crypto without adjustment.

Indices and large ETFs tend to sit at the low end of the volatility spectrum, since diversification smooths out single-name swings.

The practical takeaway is to always look at ATR as a percentage of price (ATR / price) when comparing volatility across different assets or asset classes, rather than comparing raw ATR values, which are meaningless outside the context of the instrument's own price level.

A Practical Example

Say a trader buys a stock at $80 with a 14-period ATR of $2.00, using a 2x multiplier for a swing trade held over one to two weeks.

  • Stop-loss: $80 − ($2.00 × 2) = $76
  • Risk per share: $4.00
  • Account risk budget: $300 per trade
  • Position size: $300 / $4.00 = 75 shares
  • Target (using a 2.5x reward multiple on the ATR-based risk): $80 + ($4.00 × 2.5) = $90

If the trade moves favorably and the stock climbs to $85, the trader can switch to an ATR trailing stop — recalculating ATR on the more recent price action and trailing the stop below each new high — rather than sitting on the original fixed stop for the remainder of the trade. This keeps both the initial risk and the ongoing trade management tied to how the stock is actually behaving, not a static guess made at entry.

Common Mistakes

1. Using the same multiplier across unrelated assets. A 1.5x ATR multiplier tuned for a large-cap index ETF will get shredded on a volatile small-cap or altcoin, and the reverse — a 3x multiplier sized for a volatile crypto asset — will leave far too much room on a calm blue-chip stock. Recalibrate the multiplier to the asset and the strategy, not a single number applied everywhere.

2. Treating ATR as a "set and forget" value. ATR changes as market conditions change. A stop distance calculated before an earnings report or a major news catalyst can be stale within days. Recalculate ATR periodically, especially around known volatility events.

3. Confusing volatility with direction. ATR rising doesn't mean a stock is about to go up or down — only that it's moving more. Don't read a volatility spike as a directional signal; pair it with a trend or momentum tool for direction.

4. Ignoring ATR entirely on illiquid names. Thinly traded assets can show artificially low ATR simply because they don't trade often, which understates true risk. Combine ATR with a volume check before trusting the number.

Summary

ATR measures how much an asset typically moves, not which direction it's headed, which makes it a volatility tool rather than a signal generator. Using it to set stop-loss distance and position size — instead of flat percentages — keeps risk consistent across assets with very different behavior, and recalculating it regularly keeps stops aligned with current, not stale, volatility conditions.


Related reading:

Building In Stealth · Launching Soon

We're Cooking Something Great.

Revealing Soon.

TradeThesis is being rebuilt from the ground up. The 5-agent AI research pipeline is coming back sharper than before.

No sign-up needed. Just watch this space.