The Average True Range (ATR) is a powerful technical analysis tool designed to measure market volatility. Developed by J. Welles Wilder and introduced in his 1978 book, New Concepts in Technical Trading Systems, it quantifies the degree of price movement in an asset over a specified period, providing a clear view of current market risk.
Understanding the Core Concept of ATR
ATR calculates the average of the True Range (TR) over a chosen number of periods. The True Range itself measures the greatest of the following three values for each trading period:
- The current high minus the current low.
- The absolute value of the current high minus the previous close.
- The absolute value of the current low minus the previous close.
This comprehensive calculation ensures that all intraday price movements—the highs, lows, and gaps from the previous close—are factored into the volatility reading.
How the ATR is Calculated
The ATR is typically calculated using an exponential moving average (EMA) of the True Range. However, to avoid instability in the initial calculation, a specific method is employed for the first value.
- The first ATR value is calculated on the Nth day using a simple moving average of the TR for the preceding N-1 days. This is because there is no prior TR value for the first day.
- From the N+1 day onward, the standard EMA formula is applied to smooth the data.
For example, with a period (N) of 5 days, the calculation for the first ATR value would look like this:
| Day | High | Low | Close | TR | ATR |
|---|---|---|---|---|---|
| 1 | 80,800 | 80,200 | 80,500 | - | - |
| 2 | 80,600 | 79,800 | 80,200 | 800 | - |
| 3 | 80,400 | 79,700 | 80,300 | 700 | - |
| 4 | 80,200 | 78,500 | 78,500 | 1,800 | - |
| 5 | 79,500 | 78,100 | 78,300 | 1,400 | (800+700+1800+1400)/4 = 1,175 |
| 6 | 79,800 | 78,200 | 78,900 | 1,600 | (1175*4 + 1600)/5 = 1,260 |
It is crucial to adjust the period (N) according to your trading style and the specific market you are analyzing. Shorter periods are more sensitive to recent volatility, while longer periods provide a smoother, more general view.
Interpreting ATR Values for Market Insight
The primary function of the ATR is to gauge the intensity of price movement.
- A Rising ATR indicates increasing market volatility. This often occurs during the beginning of a new trend or during periods of market panic and euphoria, where prices are making large swings.
- A Falling ATR suggests decreasing volatility and often coincides with consolidation phases where the price is moving sideways with less momentum.
Unlike oscillators, the ATR does not indicate price direction; it only measures the force of the movement. A high ATR tells you the market is energetic, but it doesn't tell you if it's going up or down.
Limitations of the ATR
While invaluable, the ATR has its constraints. It is a subjective indicator without fixed overbought or oversold levels, making relative comparisons across different assets challenging. Most importantly, because it does not predict direction, it should not be used in isolation to generate buy or sell signals. It is best used in conjunction with other tools that determine trend direction and momentum.
Practical Trading Applications of the ATR
The true power of the ATR is unlocked when it is applied to trade management and risk control.
1. Dynamic Position Sizing and Stop-Loss Placement
Famous trader Richard Dennis popularized an ATR-based risk management system in his Turtle Trading strategy. The core principle is to adjust your position size based on volatility to ensure that a single trade never risks more than a fixed percentage of your total capital (e.g., 1-2%).
Example Calculation:
- Total Capital: $10,000
- Maximum Risk per Trade (1%): $100
- Stock Price: $100
- ATR (14-period): $2
Position Size: (Max Risk per Trade) / (Multiplier * ATR). Using a 2x ATR stop gives: $100 / (2 * $2) = 25 shares.
You would buy 25 shares at $100, investing $2,500.
Stop-Loss Price: Entry Price - (Multiplier * ATR) = $100 - (2 * $2) = $96.
If the price drops to $96, you sell. Your total loss is 25 shares * $4 = $100, which is exactly 1% of your capital. This method ensures your risk is precisely defined by the market's current volatility. For more sophisticated tools to implement such calculations, you can explore advanced trading platforms.
2. The Chandelier Exit Strategy
The Chandelier Exit is a volatility-based trailing stop-loss strategy designed to lock in profits during strong trends. It "hangs" down from the highest high the asset has reached since you entered the trade.
- Long Position Chandelier Exit: Highest High since entry - (Multiplier * ATR)
- Short Position Chandelier Exit: Lowest Low since entry + (Multiplier * ATR)
A common multiplier is 3x ATR. This strategy allows a trade room to breathe during normal volatility while protecting a significant portion of unrealized gains if the trend sharply reverses. By anchoring the stop to volatility, it prevents you from being stopped out too early by minor price fluctuations.
Frequently Asked Questions
What is a good ATR value for trading?
There is no "good" or "bad" ATR value in absolute terms. A value that is considered high for one stock might be low for another. The key is to compare the current ATR to its own historical values. A reading in the top third of its 52-week range suggests high relative volatility, while one in the bottom third suggests low volatility.
Can ATR be used for all timeframes?
Yes, the ATR is timeframe agnostic. The same principles apply whether you are analyzing a 1-minute chart for scalping or a weekly chart for long-term investing. However, the period (N) setting should be adjusted accordingly; shorter timeframes may use a lower N (e.g., 7), while longer timeframes may use a higher N (e.g., 20 or more).
How does ATR differ from Bollinger Bands®?
While both measure volatility, they do so differently. Bollinger Bands® create a dynamic channel around a moving average, with the width of the bands representing volatility. ATR provides a single, absolute number representing the average range of price movement. ATR is more directly used for setting stops and sizing positions, while Bollinger Bands® often identify overbought/oversold conditions.
Is a high ATR a buy or sell signal?
A high ATR is neither a buy nor a sell signal on its own. It simply indicates that the market is experiencing large price swings. This could be due to a strong upward trend, a strong downward trend, or even a period of high uncertainty without a clear direction. You must use other analysis tools to determine the trend's direction.
Why use an exponential moving average for ATR?
An Exponential Moving Average (EMA) is used because it gives more weight to recent price data. This makes the ATR more responsive to current market conditions and recent changes in volatility, which is crucial for effective risk management in fast-moving markets.
Can ATR help with cryptocurrency trading?
Absolutely. Cryptocurrency markets are known for their extreme volatility, making the ATR an exceptionally useful tool. It can help crypto traders set appropriate stop-losses and position sizes to manage the inherently high risk of these assets. To get started with advanced volatility-based strategies, understanding ATR is a fundamental step.