Limited timeDon't pay full price to get fundedSee all live offers
Beginner6 min read

ATR Indicator: What It Measures and How to Use It

ATR measures volatility by averaging the true price range — use it for stops, sizing, and reading market regimes.

Blueprint schematic of the ATR indicator: candlestick true ranges above a 14-period ATR line with a 2x ATR stop
TL;DR

ATR measures how much a market moves per bar, not direction, making it a volatility ruler for stops and position sizing. The most powerful use is scaling position units so every trade risks the same dollar amount regardless of volatility. Comparing 5-period to 20-period ATR reveals trending versus ranging regimes.

Key takeaways
  • ATR measures how much a market moves per bar: not direction. Making it a volatility ruler for stops, position sizing, and regime detection.
  • The most powerful ATR application is position sizing: fix your stop at an ATR multiple, then scale units so every trade risks the same dollar amount regardless of volatility.
  • Comparing a 5-period ATR to a 20-period ATR reveals whether the market is trending (5 > 20) or ranging (5 < 20), a regime signal most traders overlook.
  • ATR overstates actionable risk after gap events; widen stops based on post-gap ATR readings and you risk entering illiquid price territory with poor execution quality.
  • On funded prop accounts with trailing drawdowns, a 1.5× ATR stop can consume a disproportionate share of the daily loss limit, 1× ATR often produces better risk-adjusted outcomes.

The ATR indicator (Average True Range) measures market volatility by averaging the greatest price movement: high to low, or close to the next bar's extreme, over a set period, typically 14 bars. It tells you how much a market moves, not which direction. That distinction makes it one of the most versatile risk-management tools available to retail and funded traders alike. And a cornerstone of sound technical analysis.

What Is the ATR Indicator and What Does It Measure?

The ATR indicator quantifies volatility as a single number: the average distance price travels per bar, accounting for overnight gaps and limit moves that a simple high-minus-low calculation would miss. Volatility here means the magnitude of price fluctuation, not its direction. A market with an ATR of 80 pips (where a pip is the smallest standard price increment in forex, equal to 0.0001 for most pairs) is moving twice as much per day as one with an ATR of 40 pips, and your stop distances, position sizes, and profit targets should scale accordingly. The indicator was built for exactly this purpose: giving traders a volatility-adjusted ruler rather than a fixed one.

J. Welles Wilder Jr. introduced the Average True Range in his 1978 book New Concepts in Technical Trading Systems, the same book that introduced RSI, ADX, and Parabolic SAR. That makes it one of the most productive single publications in technical analysis history, 4 classic indicators in one book.

How Is ATR Calculated? True Range and the 14-Period Formula

Candlestick with three labeled true range calculation methods: high-low, high-prior close, low-prior close
True range captures the greatest of three measurements, including overnight gaps that simple high-minus-low would miss.

ATR starts with the true range (TR). The largest of three values for each bar: the current high minus the current low; the absolute difference between the current high and the prior close; or the absolute difference between the current low and the prior close. Taking the largest of these three captures gaps that a simple bar range ignores. Once you have a TR value for each bar, ATR smooths those values using Wilder's exponential method. Similar in spirit to how moving averages smooth price data, over a lookback window. The standard ATR length is 14 bars (Wilder, 1978), smoothed with Wilder's method (sometimes shown as RMA).

The platform's default ATR length is 14 bars, rendered as an RMA (Relative Moving Average) of the true range: consistent with Wilder's original specification from 1978.

High vs. Low ATR: What Do the Values Actually Tell You?

Reading ATR correctly means resisting the instinct to treat a rising reading as a buy or sell signal. A climbing ATR tells you the market is expanding its per-bar range, breakouts become more credible, but so do false moves and whipsaws. A useful nuance is the regime implication: when ATR spikes sharply after a period of compression, the first directional move is often the most reliable, because trapped traders on the wrong side are forced to cover quickly. Conversely, a persistently low ATR doesn't just mean "quiet market", it often precedes a volatility expansion, making it a setup condition rather than a reason to stand aside. Neither a high nor a low ATR predicts direction; both carry structural information about when to size up or down.

How to Use ATR for Stop Loss and Position Sizing

Trading order ticket showing position size scaled inversely to ATR volatility for fixed risk per trade
Position sizing scaled to ATR keeps per-trade risk constant: high volatility reduces size, low volatility increases it.

On a funded prop account. Where a trailing drawdown (the running peak-to-trough loss measured against your highest equity point, not your starting balance) resets against your best equity daily. The stop-loss placement question is more consequential than on a retail account. A 1.5x ATR stop on a volatile session can consume a disproportionate share of your daily loss limit in a single trade, leaving no room to recover before the reset. That's the inverted question worth asking: when does widening to 1.5x ATR produce a worse risk-adjusted outcome than 1x ATR? The answer is whenever the wider stop pushes your per-trade risk above roughly one-third of your daily drawdown ceiling, because two consecutive losers then breach the daily limit before you can adapt.

The more powerful use of ATR is as a position-sizing engine, not just a stop-placement shortcut. The framework: set your stop distance as a fixed ATR multiple (1x or 2x depending on the asset's noise level), then back-calculate the number of units so that the dollar loss at the stop equals a fixed percentage of your account: say, 0.5% on a funded account with a tight trailing drawdown. This way, a high-ATR session automatically reduces your position sizing, and a low-ATR session scales it up, keeping per-trade risk constant across all market conditions. ATR-based sizing makes risk constant. You can validate your calculations with a position size calculator to ensure your ATR-derived stops align with your account risk limits.

ATR Period Selection: 14 vs. Other Settings and What They Reveal

Defaulting to 14 periods is reasonable, but comparing a short-period ATR against a longer one reveals something most traders miss: a regime-detection signal. When the 5-period ATR is significantly higher than the 20-period ATR, recent volatility is expanding relative to the baseline, a trending or breakout environment. When the 5-period ATR is below the 20-period ATR, recent bars are quieter than the historical norm, a ranging or mean-reversion environment. The 5-vs-20 ratio is easy to plot on any platform.

ATR SettingSensitivityBest Use CaseRisk
5-periodHigh. Reacts quickly to recent movesIntraday breakout entries; regime-shift detectionNoisy; frequent whipsaws
14-period (default)Balanced: Wilder's original specificationSwing trading; stop placement; position sizingLags during fast volatility spikes
20-periodLow: smoothed, slow to reactTrend-following on daily/weekly chartsMisses early volatility expansions
5 vs. 20 ratioComparative. Not a standalone readingTrending vs. ranging regime identificationRequires two ATR plots; easy to misread

ATR Limitations: When the Indicator Fails and Why

ATR's structural weakness is that it treats all price movement as equally actionable. And that assumption breaks down after earnings gaps, weekend opens in forex, or any event that creates a large gap between one close and the next open. In those cases, gap events balloon true range, widening ATR stops into illiquid territory. The true range for that single bar pulls the ATR reading higher for the entire lookback window. The practical consequence: your ATR-derived stop widens into price territory that may be illiquid, where the spread itself erodes the trade's expected value before it even moves. The fix is to exclude gap bars from your ATR reference, or to cap your stop at a fixed maximum regardless of what ATR reads on gap days.

Is ATR Good for Day Trading? Volatility Measurement in Intraday Markets

Average True Range plotted below price, rising in volatile conditions and falling in calm ones
ATR rises with volatility

ATR works well for day trading on liquid assets: major forex pairs, index futures, large-cap equities. Where intraday volatility is consistent enough for the 14-bar average to mean something. The failure mode is time-specific: in the first 30 minutes after a major market open, the true range on the opening bar is often far larger than the rest of the session's bars, inflating ATR and causing traders to set stops that are too wide for the actual intraday range that follows. A practical workaround is to calculate ATR from the prior session's data and apply it to the current session's trades, rather than recalculating in real time during the open. For illiquid instruments or low-volume periods mid-session, ATR loses its reliability entirely, the indicator needs consistent, two-sided price discovery to produce meaningful readings.

If you're ready to put ATR-based risk management to work in live market conditions, start a funded challenge and trade with structured drawdown rules that reward disciplined volatility-adjusted sizing.

Practice with
Position Size Calculator
Open the tool

Frequently asked questions

What is the ATR indicator and what does it measure?

The ATR (Average True Range) indicator measures market volatility by averaging the true price range, the largest of the bar's high-low span, or the gap from the prior close to the current high or low, over a set period. It tells you how much a market typically moves per bar, not which direction it will move next.

How do you calculate ATR and what is the true range formula?

True range is the greatest of three values: current high minus current low; the absolute difference between the current high and the prior close; or the absolute difference between the current low and the prior close. ATR then smooths those true range values over a lookback period: typically 14 bars: using Wilder's exponential averaging method.

How do you use ATR to set stop-loss levels and position size?

Set your stop distance as a multiple of ATR (commonly 1× to 2×), then calculate position size so the dollar loss at that stop equals a fixed percentage of your account. This keeps per-trade risk constant across different volatility environments. High-ATR sessions automatically reduce your position size, low-ATR sessions scale it up.

Is a high ATR good or bad for trading?

Neither, a high ATR signals expanding volatility, which creates breakout opportunities but also increases whipsaw risk. A low ATR signals compression, which often precedes a volatility expansion. The reading itself is neutral; what matters is how you adjust stop distances and position sizes in response to the current ATR level.

What are the main limitations of the ATR indicator?

ATR overstates actionable risk after gap events: earnings releases, weekend opens. Because a single large-gap bar inflates the entire lookback average. It also loses reliability in the first 30 minutes of a session and during low-volume periods. ATR measures historical volatility only; it carries no predictive information about future price direction.

Ready to put this into a funded account?