Key Takeaways:
- ATR (average true range) is a volatility indicator that tells you how far a market typically moves in a given session, not which way it moves.
- Mastering ATR for traders means using it to set adaptive stop-losses, realistic profit targets, and position sizes that match real market conditions.
- What is the best setting for ATR bands usually starts at a 14-period ATR with a 2× to 3× multiplier, then gets fine-tuned for your timeframe and instrument.
- What is position sizing using ATR refers to calculating the lot size from your account risk and the current ATR, so each trade carries the same dollar risk regardless of volatility.
What Is ATR for Traders, and Why Does It Matter?
Most beginner traders place stops and targets the same way every time. A fixed 20 pips here, a round-number target there. The problem is that markets do not move in fixed amounts. Sometimes, EUR/USD barely shifts 40 pips a day. Sometimes gold runs 3,000 pips in a single session. A stop that survives a quiet Tuesday gets stopped out instantly on a volatile Friday.
This is exactly the problem ATR for traders is built to solve. The average true range, developed by J. Welles Wilder Jr. in 1978, measures the typical distance a market travels per period. It does not predict direction. It simply tells you how much room a price needs to breathe.
Once you understand ATR, three things change for the better:
- Stop-loss placement: Stops sit beyond normal market noise, not inside it.
- Profit targets: Targets reflect what the market can realistically deliver.
- Position sizing: Lot size adapts to volatility, so you risk the same amount whether you trade XAU/USD or USD/JPY.
The good news? You do not need a custom indicator or a paid plugin. ATR sits inside MetaTrader 4 and MetaTrader 5 by default.
How the ATR Indicator Actually Works
Before applying the ATR indicator in live conditions, it helps to understand what it is actually measuring. ATR uses the True Range (TR), which is the largest of these three values for each candle:
- Current high minus current low
- Absolute value of the current high minus the previous close
- Absolute value of the current low minus the previous close
ATR then averages those values over a chosen number of periods, usually 14. The output is a single line that rises when volatility expands and falls when markets cool down.
Here is a simple example. Suppose EUR/USD shows the following on a daily chart:
- Today’s high: 1.0890
- Today’s low: 1.0830
- Yesterday’s close: 1.0875
The True Range is the largest of: 60 pips (high − low), 15 pips (|high − prev close|), or 45 pips (|low − prev close|). So today’s TR is 60 pips. Repeat across 14 sessions, average the result, and that is your ATR.
On MT4 and MT5, this is automatic. You attach the ATR indicator, set the period, and read the value off the panel underneath your chart.
What Is the Best Setting for ATR Bands?

What is the best setting for ATR bands is one of the most common questions among new ATR users. The honest answer is that it depends on your trading style. ATR bands are simply lines plotted above and below a moving average at a multiple of the current ATR. They visually show where the price is overstretched relative to recent volatility.
That said, decades of testing have produced a useful starting framework. Here are the most widely used configurations:
| Trading Style | ATR Period | Multiplier | Best For |
| Scalping | 7 | 1.5× | M1–M5 charts, fast intraday moves |
| Day Trading | 10 | 1.5×–2× | M15–H1 charts, single-session trades |
| Swing Trading | 14 (default) | 2×–3× | H4–Daily charts, multi-day positions |
| Position Trading | 20–30 | 3×–4× | Daily–Weekly charts, longer trends |
A few practical observations from research into 2026 market conditions:
- In the March 2026 market correction, traders using dynamic multipliers (1.5× during high volatility, 2.5× during low) preserved capital better than those locked into a fixed multiplier.
- Shorter ATR periods react faster but produce noisier signals. Longer periods smooth volatility but lag during sudden regime shifts.
- For ATR bands plotted around a 20-period EMA, a 2× ATR multiplier remains the most common reference setup, while a 2.5× setting filters out more noise on volatile pairs.
Pro tip: Do not optimise these settings to perfection on historical data. A 14-period ATR with a 2× multiplier on a daily chart is a robust baseline. Adjust only if your strategy is consistently being stopped out by normal market wiggle, or consistently letting profits slip away.
ATR for Traders: Setting Smarter Stop-Losses
Fixed-pip stops ignore the single most important variable in trading: how much the market is currently moving. ATR-based stops fix that. The formula is straightforward:
Stop-loss distance = Current ATR × Multiplier
For long positions, the stop sits below the entry. For short positions, it sits above. Here is a worked example using gold (XAU/USD) on a daily chart:
- Entry price: $2,420
- Current 14-period ATR: $35
- Chosen multiplier: 2×
- Stop-loss distance: $35 × 2 = $70
- Stop-loss level (long): $2,420 − $70 = $2,350
That stop has been calculated from real volatility, not a round number. It gives the trade enough room to breathe through normal noise while still capping the loss if direction is wrong.
ATR Trailing Stops: Locking In Gains as Volatility Shifts
Once a trade moves in your favour, an ATR trailing stop can lock in profit while still allowing the position to run. The Chandelier Exit, a popular technique, works like this:
- Long trade: Stop = Highest high since entry − (ATR × multiplier)
- Short trade: Stop = Lowest low since entry + (ATR × multiplier)
Each new candle recalculates the stop. If volatility expands, the stop widens slightly. If volatility contracts, the stop tightens. This is one of the most powerful uses of ATR for traders, particularly in trending markets where giving up profit too early is the bigger risk than giving back a small amount of unrealised gain.
Setting Realistic Profit Targets with ATR

ATR is just as useful at the other end of the trade. Instead of guessing at a target, you set it based on how far the market actually moves.
A common framework pairs ATR-based stops with ATR-based targets to lock in a favourable risk-reward ratio:
| Stop Multiplier | Target Multiplier | Risk-Reward | Win-Rate Needed to Break Even |
| 1× ATR | 2× ATR | 1:2 | 33% |
| 2× ATR | 3× ATR | 1:1.5 | 40% |
| 2× ATR | 4× ATR | 1:2 | 33% |
| 2× ATR | 6× ATR | 1:3 | 25% |
Going back to the gold example:
With entry at $2,420 and a $70 stop (2× ATR), a 3× ATR target sits at $2,420 + $105 = $2,525. The trade only needs to win roughly one in three times to be profitable in the long run, assuming consistent execution.
That is the quiet power of using ATR. You stop fighting the market’s rhythm and start trading inside it.
What Is Position Sizing Using ATR?
What is position sizing using ATR is the technique of calculating your trade size from two inputs: how much money you are willing to lose on the trade, and how far the stop sits in price terms (defined by ATR). It removes guesswork and forces every trade to carry the same dollar risk.
The formula every ATR trader should know:
Position Size = Account Risk Amount ÷ (ATR × Multiplier × Pip Value)
Here is a worked example for EUR/USD on an MT5 standard account:
- Account balance: $10,000
- Risk per trade: 1% = $100
- Current ATR (14, daily): 60 pips
- Stop multiplier: 1.5×
- Stop distance: 60 × 1.5 = 90 pips
- Pip value (standard lot, EUR/USD): $10
- Position size: $100 ÷ (90 × $10) = 0.11 lots
Now apply the same formula to a more volatile market like gold, where the daily ATR might be $35:
- Same $100 risk per trade
- Stop distance: $35 × 2 = $70
- Pip value (one ounce of XAU/USD): $1 per pip on standard contract size considerations
- Position size adjusts automatically to roughly 0.14 lots (rounded for standard contract specs)
Notice what happens. The dollar risk stays at $100. The lot size shrinks for higher-volatility markets and grows for lower-volatility ones.
Research published in early 2026 by the Journal of Financial Markets found that traders using ATR-based position sizing reduced drawdowns by roughly 43% compared to traders using fixed-lot sizes across a sample of 10,000 trades.
That is the difference between hoping you sized a trade correctly and knowing you did.
Combining ATR with Other Volatility and Trend Tools
ATR is most powerful when paired with directional confirmation. On its own, the indicator only answers the question of how much. To answer which way, you need a complementary tool. Three combinations consistently appear in professional setups:
- ATR + Moving Averages: Use a 50-period or 200-period moving average to confirm trend direction, then apply ATR multipliers for stop-loss placement and trade volume calculations.
- ATR + Bollinger Bands: Bollinger Bands measure volatility through standard deviation, while ATR measures it through absolute price range. When both expand together, the volatility breakout signal is far more reliable.
- ATR + RSI or MACD: Use momentum indicators to time entries, then size the position and place the stop using ATR. This separates entry logic from risk logic, which is exactly how systematic traders structure their playbooks.
One useful related tool is the Keltner Channel, which plots an ATR-based envelope around an exponential moving average. The standard configuration uses a 20-period EMA with bands at 2× ATR.
When price closes outside the channel, it often signals a meaningful break from recent volatility norms, a useful filter for breakout strategies on MetaTrader 4 and MetaTrader 5.
Common Mistakes to Avoid with ATR for Traders
ATR is simple, but misusing it is just as easy. The most frequent mistakes include:
- Treating ATR as a directional signal: ATR measures volatility only. A rising ATR can mean a strong uptrend or a sharp sell-off. Always confirm direction with another tool.
- Comparing ATR values across instruments: An ATR of 35 on gold is normal. The same number on EUR/USD would be unusually high. ATR must be read in the context of each instrument’s typical price range.
- Using a fixed multiplier in every market regime: When volatility regimes shift, multipliers should shift with them. Static settings fail in extreme conditions.
- Ignoring spread and commission costs: Tight ATR stops on low-volatility pairs can be eaten alive by spread, particularly during off-session hours.
- Skipping the position-size step: Knowing the stop distance without recalculating lot size defeats the entire purpose of ATR-based risk management.
How to Start Using ATR for Traders on MT4 and MT5
Both MetaTrader 4 and MetaTrader 5 ship with the ATR indicator built in. There is nothing to download, nothing to install. Here is how to get up and run in a few minutes:
- Open your MT4 or MT5 terminal and load any chart.
- Go to Insert → Indicators → Oscillators → Average True Range.
- Set the period to 14 as a starting point.
- Click OK. The ATR will appear as a single line beneath your price chart.
- Read the current ATR value in pips (forex) or price units (gold, indices, oil).
- Apply the stop, target, and position-size formulas covered earlier.
VT Markets supports both MT4 and MT5 across forex, gold, silver, indices, and energies, so the same ATR workflow applies whether you trade EUR/USD, XAU/USD, or US oil.
For traders who prefer to test their approach first, a demo account lets you practise ATR-based stops, targets, and position sizing in real market conditions before committing live capital.
Learn more about Average True Range (ATR) Indicator Guide: Master Volatility Trading
Frequently Asked Questions (FAQs)
Q1: Is ATR for traders better than a fixed-pip stop-loss?
In most market conditions, yes. ATR adapts to current volatility, while fixed-pip stops do not. A 20-pip stop that works on EUR/USD in a quiet European session may be far too tight during a US news release. ATR keeps the stop proportionate to actual market behaviour.
Q2: Can I use ATR on any timeframe?
Yes. ATR works on M1, M5, H1, daily, and weekly charts. The setting changes with the timeframe. Scalpers may use a 7-period ATR on M5 charts, while swing traders typically stick with the 14-period default on H4 or daily.
Q3: Does ATR work on gold and indices the same way it works on forex?
The mechanics are identical. Only the values differ. Gold typically prints far larger ATR values in price terms than EUR/USD, so the stop and target multipliers should be applied in the same proportion, not the same absolute number.
Q4: How often should I update my ATR-based stop?
For trailing stops, recalculate at the close of each new candle on your chosen timeframe. For initial stops, the value at trade entry is what matters. Avoid moving the stop closer manually mid-trade unless your strategy explicitly calls for it.
Q5: Can I combine ATR with other indicators?
Absolutely. ATR pairs well with directional tools like moving averages, RSI, and price-action structure. ATR handles the how-far question. The other tools handle the which-way question. Together, they form a more complete trading framework.
Trade Smarter with ATR for Traders on VT Markets
Whether you are scalping EUR/USD on a five-minute chart, swing-trading gold on the daily, or building a longer-term position trade, ATR for traders gives you a measurable, repeatable way to manage risk. Stops sit where the market actually breathes. Targets reflect what the market can deliver. Position sizes adjust automatically to volatility, so a single bad trade never threatens an entire account.
With VT Markets, you get full support across MetaTrader 4 and MetaTrader 5, competitive spreads on forex, gold, indices, and energies, and execution speed that lets your ATR-calculated stops and targets sit exactly where you placed them.
Open a live or demo account with VT Markets today, attach the ATR indicator to your favourite pair, and start trading with stops, targets, and position sizes built around real market volatility, not guesswork.