The Average True Range (ATR) measures how much an asset’s price moves over a period, giving you a sense of its volatility. Think of it as a gauge of how wild or calm the price swings are. How is it used?
- Volatility assessment: Higher ATR means more volatility, which can signal breakout opportunities or warn of risky conditions.
- Stop-loss placement: Traders often set stop-losses at 1-2x the ATR below/above entry points to account for normal price swings.
- Position sizing: In algo trading, ATR can adjust position sizes based on volatility—smaller positions for high ATR, larger for low ATR.
ATR is based on the “true range,” which is the greatest of:
- 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.