Education

Average True Range (ATR) Explained: How to Use It for Stops, Size, and Timing

Learn how Average True Range (ATR) works, how to set ATR-based stop losses, size positions correctly, and time entries using this essential volatility indicator.

March 28, 2026
17 min read
#ATR#technical analysis#volatility#stop loss#position sizing#risk management

The Average True Range (ATR) is one of the most practical indicators a retail trader can learn. It does not tell you which direction a stock will move — but it tells you exactly how much it typically moves, which is essential for setting stop losses, sizing positions, and timing entries around volatility.

Most traders set stops based on round numbers or gut feel. ATR gives you a data-driven alternative: stops calibrated to each stock's actual price behavior.

This guide covers what ATR is, how it is calculated, and five specific ways to use it in your trading.


What Is Average True Range (ATR)?

Average True Range is a volatility indicator developed by J. Welles Wilder Jr. and introduced in his 1978 book New Concepts in Technical Trading Systems — the same book that introduced RSI and the Parabolic SAR.

ATR measures the average range of price movement over a set period. Unlike a simple high-minus-low calculation, ATR accounts for gaps by measuring the True Range — the largest of three possible ranges on any given bar.

What ATR tells you:

  • How much a stock moves on an average day
  • Whether volatility is expanding or contracting
  • How wide your stops need to be to avoid getting shaken out by normal noise
  • How to size positions so your dollar risk stays consistent

What ATR does not tell you:

  • Which direction price will move
  • Whether a trend is up or down
  • When a reversal will occur

ATR is a pure volatility tool. Pair it with directional indicators (moving averages, RSI, price structure) and it becomes one of the most useful tools in your kit.


How ATR Is Calculated

Step 1: True Range

For each bar, True Range (TR) is the greatest of these three values:

code-highlight
TR = Max of:
  1. Current High minus Current Low
  2. |Current High minus Previous Close|
  3. |Current Low minus Previous Close|

The second and third formulas capture gap moves that a simple high-low range would miss. If a stock closes at $50 and opens the next day at $54 (a gap up) and then trades between $54 and $55, the True Range is $5 ($55 minus $50), not just $1 ($55 minus $54). Without this correction, a big overnight gap would be invisible to the indicator.

Step 2: Average the True Range

Wilder used a smoothed average, not a simple moving average:

code-highlight
First ATR  = Simple average of first 14 True Ranges
Subsequent ATR = [(Prior ATR x 13) + Current TR] / 14

This smoothing makes ATR slower to react to sudden spikes — giving you a more stable read on underlying volatility rather than a number that whips around with each unusual bar.

Step 3: Interpreting the Value

ATR is expressed in the same units as price. For a stock trading at $150 with a 14-day ATR of $4.50, that means the stock moves an average of $4.50 per day (measuring True Range, not just closing price changes).

Key point: You cannot directly compare ATR values across different stocks. A $500 stock will always have a higher absolute ATR than a $20 stock even if they have similar volatility profiles. Use ATR% when comparing volatility across securities:

code-highlight
ATR% = (ATR / Close Price) x 100

A stock with ATR = $4.50 and a close of $150 has an ATR% of 3.0%. That is directly comparable to any other stock.


ATR Levels: What the Numbers Mean

ATR%Volatility ProfileTypical Examples
Below 1%Very low volatilityBlue-chip defensives, utilities
1%–2%Low-moderate volatilityLarge-cap S&P 500 components
2%–4%Moderate volatilityMid-cap growth, most individual stocks
4%–6%High volatilitySmall-cap, momentum stocks
Above 6%Extreme volatilitySpeculative stocks, biotech, post-earnings

ATR expands significantly around earnings announcements, major news events, and market selloffs. A stock that normally has ATR of $2 may jump to ATR of $8 around earnings week. Always update your stops and position sizes when volatility regimes change.


How to Use ATR: 5 Practical Applications

1. Setting ATR-Based Stop Losses

The most common use of ATR is stop-loss placement. Instead of setting a stop at an arbitrary level like "5% below entry," you set it at a multiple of ATR — meaning your stop reflects the actual daily noise for that specific stock.

Formula:

code-highlight
Stop Loss (Long)  = Entry Price - (ATR x Multiplier)
Stop Loss (Short) = Entry Price + (ATR x Multiplier)

Common multipliers by trading style:

Trading StyleATR MultiplierReasoning
Scalping0.5x–1xVery tight, fast exits
Day trading1x–1.5xIntraday noise tolerance
Swing trading1.5x–2.5xMulti-day price swings
Position trading2.5x–3.5xLarger trend swings

Worked example — swing trade on NVDA:

Assume NVDA is trading at $850 and the 14-day ATR is $28.

  • Entry: $850 (long)
  • Multiplier: 2x (swing trade)
  • Stop loss: $850 - ($28 x 2) = $850 - $56 = $794

This stop is placed two full average daily ranges below entry, giving the trade room to breathe through normal intraday volatility without risking a stop-out on noise.

Example Alert
SymbolNVDA
Conditionprice < 794

ATR-based stop alert: NVDA drops below the 2x ATR stop level from an $850 entry

2. ATR-Based Position Sizing

ATR-based position sizing ensures your dollar risk stays consistent across all trades, regardless of how volatile each stock is. This is one of the most underused risk management techniques among retail traders.

Formula:

code-highlight
Position Size = Dollar Risk Per Trade / (ATR x Multiplier)

Worked example with a $50,000 account risking 1% per trade ($500):

StockPriceATR2x Stop DistanceShares
AAPL$195$3.80$7.6065
NVDA$850$28.00$56.008
SPY$570$8.50$17.0029
TSLA$255$12.50$25.0020

Each trade risks approximately $500, regardless of the stock's price or volatility. This is how professionals keep portfolio risk predictable — not by buying "100 shares of everything" and hoping for the best.

ATR position sizing is the professional way to control risk. Fixed-share sizing exposes you to wildly different dollar losses depending on what you buy that day. A 100-share position in TSLA risks $1,250 on a 2x ATR stop — more than 2x the risk of the same-sized AAPL position.

3. ATR Trailing Stops (Chandelier Exit)

The Chandelier Exit, developed by Chuck LeBeau, is an ATR-based trailing stop that moves up with price during an uptrend and never moves down. It lets you stay in strong trends while exiting when the trend genuinely reverses.

Formula:

code-highlight
Chandelier Stop (Long)  = Highest High Since Entry - (ATR x 3)
Chandelier Stop (Short) = Lowest Low Since Entry + (ATR x 3)

How it works step by step:

  1. Enter a long trade
  2. The stop is set at 3x ATR below the highest close since entry
  3. As price makes new highs, the stop rises with it
  4. As soon as price drops 3x ATR from the peak, you exit

Why 3x ATR? This gives enough room to hold through normal pullbacks while cutting losses if the trend genuinely reverses — not just pulls back.

AAPL example:

  • Entry: $185, ATR: $3.50
  • Initial stop: $185 - ($3.50 x 3) = $185 - $10.50 = $174.50

If AAPL then rallies to $210:

  • Updated stop: $210 - $10.50 = $199.50
  • You have now locked in a minimum gain of $14.50 per share

The stop only moves in your favor — it never drops to follow a dip. Once a new high is made, the trailing stop ratchets up and stays there.

4. ATR for Breakout Confirmation

Low-ATR periods (consolidation) followed by expanding ATR often signal the start of a meaningful move. The concept is simple: tight, quiet price action eventually releases into directional energy.

How to identify a valid ATR breakout:

ConditionWhat It Means
ATR at a multi-week lowStock is in tight consolidation
Price breaking out of a defined rangePotential directional move beginning
ATR expanding on the breakout dayRange and energy confirming the move
ATR flat or shrinking on breakout dayWeak breakout, higher failure risk

Rule of thumb: If ATR is not expanding as price breaks out, treat the breakout with skepticism. Strong, lasting breakouts are almost always accompanied by range expansion on the breakout candle and the day after.

How to use this with alerts:

Set a price alert at the top of a consolidation range. When it triggers, check whether ATR has expanded. If it has, your entry trigger is confirmed. If ATR is flat, wait for further confirmation before sizing in.

Example Alert
SymbolAAPL
Conditionprice > 200

Breakout alert: AAPL clears resistance at $200 — confirm with ATR expansion before entering

5. ATR for Profit Targets

Most traders set profit targets based on round numbers or hope. ATR gives you a more systematic approach: targets calibrated to what the stock actually does on a typical day.

Common approach:

  • First profit target (partial exit): Entry + 1x ATR
  • Final profit target: Entry + 2x–3x ATR

Example on SPY:

  • Entry: $570
  • ATR: $8.50
  • Target 1 (sell half position): $570 + $8.50 = $578.50
  • Target 2 (exit remainder): $570 + ($8.50 x 2.5) = $591.25

This scales your expectations to what the instrument actually does — not what you hope will happen. It also builds a natural risk-to-reward calculation: if your 2x ATR stop is $17 away and your 2.5x ATR target is $21.25 away, you have a 1.25:1 reward-to-risk minimum before commissions.


ATR Settings: Which Period to Use?

The default 14-period ATR is appropriate for most traders on daily charts. Adjust based on your timeframe and how much sensitivity you need.

PeriodSensitivityBest For
5–7High — reacts quickly to recent movesScalpers, intraday traders
10–14BalancedSwing traders (daily charts)
20–21Smooth, slower to changePosition traders (weekly charts)
50+Very smoothLong-term investors

ATR on Intraday Charts

ATR behaves differently on intraday charts because overnight gaps are not included (you are only measuring within-session movement). Day traders typically:

  • Use ATR on 5-minute or 15-minute charts
  • Prefer a shorter period (7–10) for responsiveness
  • Apply tighter multipliers (1x–1.5x) for intraday stops

Comparing Stocks with ATR%

When screening for volatility or deciding between two setups, convert ATR to a percentage to make fair comparisons:

StockPriceATRATR%
AAPL$195$3.801.9%
NVDA$850$28.003.3%
TSLA$255$12.504.9%
SPY$570$8.501.5%

TSLA is roughly 3x more volatile than SPY on a percentage basis. If you size both positions the same number of shares, you are taking on 3x more dollar risk with TSLA. ATR-based position sizing corrects for this automatically.


ATR in Practice: Common Mistakes

Mistake 1: Using the Same Multiplier for Every Stock

The multiplier should be consistent — but the dollar amount will vary by stock and volatility. A 2x ATR stop on AAPL ($7.60) provides the same "volatility cushion" as a 2x ATR stop on TSLA ($25.00). They are equivalent in terms of noise tolerance even though the dollar amounts differ significantly.

Mistake 2: Ignoring ATR Expansion Around Earnings

ATR can triple or quadruple around earnings announcements. An ATR-based stop set during quiet conditions will be far too tight during earnings week. Always recalculate ATR-based stops after major news events — the volatility regime has changed.

Mistake 3: Not Matching ATR Period to Your Timeframe

A 14-day ATR calculated on a daily chart measures different things than a 14-bar ATR on a 5-minute chart. Always match your ATR period to the timeframe you are trading. Do not use a daily-chart ATR for an intraday trade.

Mistake 4: Using ATR as a Directional Signal

ATR tells you nothing about direction. A rising ATR during a downtrend means the stock is falling faster and harder — that is not a buy signal. Use RSI, moving averages, or price structure for directional bias. Use ATR exclusively for risk management: stops, sizing, targets.

Mistake 5: Comparing Raw ATR Values Across Stocks

An ATR of $10 means very different things on a $50 stock versus a $500 stock. Always convert to ATR% for any cross-stock comparison or screening.


Combining ATR with Other Indicators

ATR works best as a complement to directional tools:

ATR + Moving Averages

Use moving averages to determine trend direction, then use ATR to set stops and size positions within that trend.

Setup:

  • Price above 50-day MA: bullish bias, use ATR stops below entry for long positions
  • Price below 50-day MA: bearish bias, use ATR stops above entry for shorts
  • ATR expanding while price moves in trend direction: trend is strengthening, maintain position

ATR + RSI

Use RSI to identify overbought or oversold conditions, then use ATR to determine whether the resulting move has room to run.

Setup:

  • RSI oversold (below 30) + ATR contracting: low-volatility potential bottom, tight stops viable
  • RSI oversold + ATR expanding sharply: active selling pressure, wider stops needed before entering

ATR + Volume

Volume confirms whether ATR expansion is meaningful or noise:

  • High volume + ATR expansion: institutionally backed move — stronger directional signal
  • Low volume + ATR expansion: potentially erratic price action — more caution warranted

ATR + Breakout Setups

When a stock breaks out of a consolidation range, ATR gives you two actionable data points:

  1. Check that ATR is expanding on the breakout candle (confirmation)
  2. Use ATR to set your initial stop below the breakout candle low (risk management)

Setting ATR-Based Alerts

ATR is most valuable when you do not have to watch charts all day. The indicator tells you where your stops and targets are — alerts notify you when price reaches them.

Practical alert configurations:

Chandelier exit breach: Set an alert at your 3x ATR trailing stop level. When it triggers, your trend has likely reversed and it is time to exit.

Stop-loss proximity: Set an alert slightly above your ATR-based stop. This gives you advance warning so you can review the trade before the stop actually hits.

ATR expansion trigger: Set an alert at the top of a consolidation range. When price breaks out, check whether ATR has expanded. If it has, the breakout has conviction. If not, wait for more evidence.

Take-profit zone: Set alerts at your 1x ATR and 2.5x ATR target levels. The first alert tells you to consider taking partial profits; the second is your full exit signal.

With StockAlarm, you can set price alerts at any calculated level — including your ATR-based stops, targets, and breakout triggers. Set the alert once after you enter the trade, then step away from the screen. You will be notified the moment price approaches any of your key levels.

Set your ATR-based stop alerts

StockAlarm lets you set precise price alerts at any level — including your ATR-calculated stops, breakout triggers, and take-profit targets. Over 285,000 traders use it to stay on top of their positions without watching the screen all day.

S&P 500 Screener

Filter by metrics, fundamentals

Price Alerts

Never miss a move

35+ Global Markets

Stocks, crypto, futures

AI Analysis

Powered by Claude

Set Your First Alert Free
4.8/5 from 7,000+ ratings • No credit card required

ATR Quick Reference

Stop Loss Multipliers by Trading Style

StyleMultiplierExample ($3 ATR, $100 entry)
Day trade1xStop at $97
Swing trade2xStop at $94
Position trade3xStop at $91

Position Sizing Formula

code-highlight
Position Size = Dollar Risk / (ATR x Multiplier)

Example:
  Account: $50,000
  Risk per trade: 1% = $500
  ATR: $3.00
  Multiplier: 2x

Position Size = $500 / ($3.00 x 2) = 83 shares

ATR % (Normalized Volatility)

code-highlight
ATR% = (ATR / Current Price) x 100

Use when comparing volatility across different stocks.

Rules of Thumb

  1. Start with 14-period ATR on daily charts and adjust only if your style demands it
  2. Use ATR% to compare volatility across stocks, not raw ATR dollar values
  3. Recalculate ATR-based stops after earnings — volatility regimes change substantially
  4. Rising ATR on a breakout candle confirms the move; flat or falling ATR suggests caution
  5. ATR is a risk management tool — always pair it with a directional indicator for entries

Frequently Asked Questions

What is Average True Range (ATR)?

Average True Range (ATR) is a volatility indicator developed by J. Welles Wilder in 1978. It measures the average range of price movement over a given period, accounting for gaps and overnight moves. A higher ATR means more volatility; a lower ATR means quieter price action. ATR does not indicate direction — it only measures the magnitude of typical price movement.

What is a good ATR setting?

The default 14-period ATR is the standard starting point and works well for most swing traders on daily charts. Day traders often use shorter periods (7-10) for more responsiveness. Position traders may prefer 20-21 periods for a smoother read. Match the period to your trading timeframe and adjust based on how much lag you are comfortable with in your signals.

How do you use ATR for stop losses?

Set your stop loss at a multiple of the ATR below your entry for long trades. Common multipliers: 1.5x ATR for day trading, 2x ATR for swing trading, 3x ATR for position trading. For example, if you buy a stock at $100 and the 14-day ATR is $3.50, a 2x ATR stop would be placed at $93.00. This ensures your stop reflects actual market noise for that specific stock rather than an arbitrary percentage.

How do you use ATR for position sizing?

Use ATR to size positions based on consistent dollar risk: Position Size = Dollar Risk / (ATR x Multiplier). Example: $500 risk target, ATR = $2.50, multiplier = 2x. Position size = $500 / $5.00 = 100 shares. This keeps your dollar risk constant regardless of how volatile the stock is, unlike fixed-share sizing which exposes you to wildly different risks across positions.

What does it mean when ATR is rising or falling?

Rising ATR means volatility is increasing — price is making larger moves on average. This happens during trend acceleration, breakouts, and news events. Falling ATR means volatility is decreasing — price is consolidating or in a quiet period. Very low ATR periods often precede larger directional moves, especially when a technical breakout occurs at the same time.


Build a complete risk management and technical analysis framework:


Put these strategies into action

Track markets, screen stocks, and get price alerts with Stock Alarm Pro. Used by 295,000+ investors.

S&P 500 Screener

Filter by metrics, fundamentals

Price Alerts

Never miss a move

35+ Global Markets

Stocks, crypto, futures

AI Analysis

Powered by Claude

Explore Live Markets
4.8/5 from 7,000+ ratings • No credit card required

Want alerts like these? Get started free.

Join 295,000+ traders using Stock Alarm to stay ahead of the market.