ATR (Average True Range)
Average True Range (ATR) is a volatility indicator that measures how much a stock typically moves over a chosen period, including overnight gaps. It does not tell you direction, only the size of the average move. Traders use it to decide how much room a setup needs, where a stop belongs, and whether a ticker is even tradable for the account size and time horizon in front of them.
Read the full guide: ATR Indicator: The Complete Guide to Average True Range for Traders
8 min read — in-depth strategies, examples, and more
See ATR (Average True Range) in real trade signals
Tradewink uses atr (average true range) as part of its AI signal pipeline. Get signals with full analysis — free to start.
Explained Simply
ATR answers a simple but important question: how much room does this stock need? If a $100 stock has a 14-day ATR of $2, it usually moves about $2 per day. If another stock has a $20 ATR, it is far noisier and needs wider stops and smaller size. That makes ATR one of the most practical tools in trading because it turns volatility into a concrete number you can build around.
J. Welles Wilder Jr. introduced ATR in 1978, and it is still relevant because the market still behaves the same way: quieter names can be traded with tighter risk, while explosive names need more breathing room. ATR is especially useful when you need to compare instruments with very different prices. A $400 stock with a $6 ATR can actually be calmer than a $40 stock with a $2 ATR once you normalize the move as a percentage.
If you already think in terms of risk management, stop-loss strategies, and position sizing, ATR is the bridge between those ideas. It tells you where the normal noise ends and where your trade thesis starts to break. Tradewink uses ATR as a risk input, not a prediction tool. A rising ATR can simply mean the market is getting more active; it does not mean the stock is bullish or bearish. The value comes from translating volatility into better stops, better sizing, more realistic targets, and fewer trades that fail only because they were given no room to breathe.
ATR is also one of the easiest indicators to misuse. Traders often look at price alone and assume a $20 stock is safer than a $200 stock. That is not true if the cheaper name has a much higher ATR%. The indicator helps you compare opportunity and risk on the same scale, which is exactly why Tradewink places it inside the screening, sizing, and exit layers instead of treating it like a decorative chart overlay.
How ATR Works
ATR is built from True Range, which measures the largest realistic move for a session rather than just the intraday high minus low. For each day, True Range is the greatest of: (1) high minus low, (2) high minus previous close, or (3) previous close minus low. That gap-aware logic is why ATR is more useful than a simple range calculation.
Once True Range is calculated for each bar, the values are smoothed into an average over your chosen lookback, usually 14 periods. Wilder's original smoothing method gives more weight to the latest bar while still keeping the series stable. The result is a single value that tells you how much movement is normal right now.
A practical reading rule: if price is moving less than roughly one ATR from your entry, the move is still within normal noise. If it pushes well beyond one ATR, the market is doing something more meaningful than average. That is why the best technical indicators for day trading stack usually includes ATR or ATR% alongside VWAP, relative volume, and RSI.
ATR Calculation: The Formula Explained
ATR is built in two steps. First, for each trading day, calculate the True Range — the largest of: (1) today's high minus today's low, (2) today's high minus yesterday's close, or (3) yesterday's close minus today's low. Taking the absolute values of cases 2 and 3 is what makes it "true" range — it captures overnight gaps that a simple high-minus-low calculation misses entirely.
Second, smooth those True Range values using a 14-period exponential moving average (Wilder's smoothing): ATR = ((Previous ATR × 13) + Current True Range) / 14. On the first day you simply average the first 14 True Range values.
Example: NVDA is trading at $880. Yesterday it closed at $870. Today it opened gap-up to $885 and traded a range of $875–$900. True Range = max(900−875, 900−870, 870−875) = max(25, 30, 5) = $30. If the 14-day ATR was $22, today's new ATR = ((22 × 13) + 30) / 14 = $22.57. That's how a gap-up day pushes ATR higher.
ATR Stop Placement
Fixed dollar stops are the amateur's mistake. A $2 stop on a $50 stock with a $4 daily ATR will get hit by random noise most days. An ATR-based stop scales to what the stock actually does.
The formula: Stop = Entry Price − (ATR Multiplier × ATR) for long trades. Common multipliers:
1× ATR: Tight stop, suits scalping or high-conviction setups on calm stocks. Gets stopped out by bigger news or intraday swings.
1.5× ATR: Standard swing trade stop. Survives normal daily volatility while limiting downside.
2× ATR: Wide stop for volatile stocks (ATR% > 3%), volatile markets, or when holding through earnings. Requires smaller position size.
Practical example: You're buying AAPL at $190. AAPL's 14-day ATR is $3.20. Using 1.5× ATR: stop = $190 − (1.5 × $3.20) = $190 − $4.80 = $185.20. You know exactly why the stop is there — it's one and a half times AAPL's typical daily move below your entry.
ATR Position Sizing
ATR-based position sizing is how professional traders ensure they risk the same dollar amount on every trade, regardless of the stock's price or volatility.
Formula: Position Size (shares) = Dollar Risk per Trade / (ATR Multiplier × ATR)
Example: You have a $25,000 account and risk 1% per trade ($250). Stock A has ATR $2.50, using 1.5× ATR stop: Shares = $250 / (1.5 × $2.50) = 66 shares
Stock B is more volatile with ATR $8.00, same 1.5× stop: Shares = $250 / (1.5 × $8.00) = 20 shares
You risk exactly $250 on both. Without ATR normalization, a trader might buy 50 shares of both — risking $187 on Stock A and $600 on Stock B without realizing it. This is why ATR-based sizing is foundational to consistent risk management.
ATR% (ATR divided by price, times 100) lets you compare volatility across stocks at different price levels. A $400 stock with ATR $8 has the same ATR% as a $100 stock with ATR $2 — both are 2% daily movers.
That same logic also helps with portfolio heat. If several positions all have elevated ATR, your aggregate risk is higher than the share count suggests, so Tradewink scales size down across the book instead of treating each ticker in isolation. If you want the broader framework behind that math, the position sizing guide and risk management essentials pages use the same principle from different angles.
ATR Period Settings
The default 14-period ATR reflects Wilder's original design — roughly three trading weeks of data, balancing responsiveness with smoothness. But different strategies benefit from different periods.
ATR(7): More reactive, responds faster to recent volatility spikes. Used by day traders who want to size positions based on the last week's behavior, not last month's. Prone to whipsaw during sudden volatility regime changes.
ATR(14): The standard. Works well for most swing trade setups on daily charts. The benchmark most platforms default to and most traders reference.
ATR(21): Smoother, slower to update. Preferred by position traders and those trading weekly charts. Less responsive to individual day spikes — if one day has an extreme range, it affects ATR(21) less than ATR(7).
For intraday charts: ATR(14) on a 5-minute chart gives the average 5-minute range over the last 70 minutes (14 bars × 5 min). On a 15-minute chart it covers 3.5 hours. Adjust your stop multiplier lower when using short intraday ATR — 0.5×–1× ATR is typical for day trading stops.
The period choice should match your holding time. If your average trade lasts 20 minutes, a daily ATR is too slow to be useful. If your average hold is several days, a 1-minute ATR is too twitchy to help.
ATR in Tradewink's Day-Trade Pipeline
Tradewink uses ATR as more than a chart note. In the screener, ATR% helps decide whether a ticker has enough movement to justify attention. In the evaluator, ATR influences whether a setup needs a wider stop or a smaller position. In the monitor, ATR helps determine whether the trade is behaving normally or whether volatility has expanded enough to justify a more cautious exit.
That matters because the same signal can be healthy in one volatility regime and fragile in another. A breakout on a stock with compressing ATR may need confirmation from VWAP and relative volume. A reversal setup in a high-ATR name may need more room and a lower size cap. Tradewink's point is not to predict the next candle; it is to keep the trade plan consistent with the market's current movement.
ATR in Day Trading vs Swing Trading
Day traders use ATR differently from swing traders. The core principle is the same — scale stops and size to volatility — but the timeframe and application shift.
For day trading, ATR% is the screening filter: most day traders only consider stocks with ATR% above 2–3%, because a stock moving less than 2% per day doesn't offer enough range to profit after spreads and commissions. On a $50 stock, that means $1+ ATR minimum. Anything below $0.75 ATR on a $50 stock is typically too quiet for day trading.
Day traders also use ATR to set intraday profit targets. A 1× ATR target from entry is conservative (the stock moves this much on most days). A 1.5–2× ATR target assumes the day is more directional than average — reasonable on strong trend days but aggressive on choppy days.
For swing trading on daily charts, the ATR(14) is the primary stop-sizing tool. Swing traders typically use 1.5–2× ATR for stops and target 3–5× ATR for exits, maintaining a 1.5:1 to 3:1 reward-to-risk ratio. ATR expansions (a sudden spike in ATR) during a swing trade signal increased uncertainty — a common risk management rule is to close or reduce the position when ATR doubles from its recent baseline.
Another practical use is deciding when not to trade. If ATR is collapsing and price is compressed near a major level, Tradewink will often treat that as a setup to wait for expansion instead of forcing a mediocre entry. That is also why the paper trading guide is worth reading before the setup goes live.
ATR vs Other Volatility Indicators
ATR measures historical (realized) volatility in price units. Several other indicators measure volatility differently, and knowing when to use each matters.
ATR vs Bollinger Bands: Bollinger Bands use standard deviation of closing prices to draw dynamic envelopes. ATR uses the True Range, which accounts for gaps. For stop-loss and position sizing, ATR is more practical because it gives a dollar figure. Bollinger Bands are better for identifying mean reversion setups (price touching the bands).
ATR vs Implied Volatility (IV): IV is forward-looking — it reflects the options market's expectation of future volatility. ATR is backward-looking — it reflects what actually happened. High IV relative to recent ATR often signals that the market expects an upcoming event (earnings, FDA approval) to cause a larger move than recent history suggests. Comparing IV to ATR helps options traders assess whether options are cheap or expensive.
ATR vs VIX: VIX measures implied volatility for the S&P 500 as a whole. ATR measures realized volatility for a specific stock. A high-VIX environment typically means high ATR across the board — use wider stops and smaller positions across all trades during VIX spikes above 25–30.
Normalized ATR (NATR = ATR / Close × 100): Expresses ATR as a percentage, making cross-stock comparison easier. NATR is particularly useful for screening — filtering to stocks with NATR above 2.5% identifies day-tradable movers regardless of their price level.
ATR also complements support and resistance. If a breakout is only a fraction of an ATR beyond resistance, the move may still be noise. If it clears resistance by more than one ATR on expanding volume, Tradewink treats it as a more durable trend change. The same logic is why ATR remains part of the broader best technical indicators for day trading framework instead of being a standalone metric.
Real-World Example
Suppose you want to trade a stock at $72 with a 14-day ATR of $2.40. You are risking 1% of a $20,000 account, or $200.
If you use a 1.5× ATR stop, your stop distance is $3.60. That means your position size is $200 / $3.60 = 55 shares, rounded down to 55. Your total risk is about $198, and your stop is wide enough to survive a normal daily swing.
Now compare that with a stock at the same price but ATR of $5.00. The same 1.5× stop is $7.50, so your position size falls to 26 shares. The trade is automatically smaller because the stock is noisier. That is the real point of ATR: the indicator forces your risk to match the market instead of matching your emotions.
Common Mistakes
Using ATR as a buy signal: ATR does not tell you whether to enter long or short. It only tells you how much movement to expect.
Copying the same stop multiple on every ticker: 1.5× ATR on a quiet utility and 1.5× ATR on a high-beta biotech are not the same trade. Your stop distance and size must change together.
Ignoring regime changes: ATR can expand quickly around earnings, macro shocks, or a volatility spike. If you keep using stale sizing, risk balloons.
Setting stops inside normal noise: If your stop sits inside the stock's daily ATR, you are likely getting clipped by ordinary movement rather than being wrong on the trade.
Looking only at ATR, not structure: ATR works best when it is paired with support, resistance, VWAP, or a breakout level. Volatility tells you how much room to give the trade; structure tells you where your thesis is invalidated.
How Tradewink Applies ATR
In Tradewink, ATR is not just a chart overlay. It is part of the live decision stack that shapes entry quality, size, and exits. The agent uses ATR when comparing scan candidates, the execution layer uses it when translating a signal into shares, and the monitoring layer uses it when deciding whether a stop is too tight for the current regime.
That workflow is closely tied to the risk management essentials, stop-loss strategies guide, best technical indicators for day trading, and paper trading guide. The point is not that ATR predicts the next candle. The point is that ATR keeps the rest of the stack honest when volatility changes faster than a human trader would notice.
When the system sees a ticker with elevated ATR% but weak structure, it can down-rank the setup instead of pretending every big mover is worth taking. When the system sees a clean trend with manageable ATR, it can give the trade more room while still respecting account risk. That is the practical edge: volatility becomes a planning input instead of a surprise.
How to Use ATR (Average True Range)
- 1
Calculate ATR on your timeframe
Add the ATR indicator to your chart with your preferred period (14 for swing trades, 7-10 for day trades). Note the current ATR value.
- 2
Choose your ATR multiplier
Select a multiplier based on your strategy: 1.5x ATR for tight stops (aggressive), 2x ATR for standard stops, 3x ATR for wide stops (conservative). Tighter stops get stopped out more but lose less per trade.
- 3
Set your stop price
For a long position: Stop = Entry Price - (ATR x Multiplier). For a short position: Stop = Entry Price + (ATR x Multiplier). Example: Entry $50, ATR $1.50, 2x multiplier = Stop at $47.
- 4
Calculate position size
Risk Amount = Account Size x Risk Percentage (typically 1-2%). Shares = Risk Amount / (Entry - Stop). This ensures you never risk more than your target percentage regardless of the stock's volatility.
Frequently Asked Questions
What is a good ATR value?
There's no universal "good" ATR value — it depends on the stock's price. A $10 stock with ATR of $0.50 (5%) is more volatile than a $500 stock with ATR of $5 (1%). Compare ATR as a percentage of price (ATR%) to gauge relative volatility. Day traders typically look for stocks with ATR% between 2-6%.
What ATR period should I use for day trading?
The standard ATR period is 14, which works well for swing trading. For day trading, shorter periods like 7 or 10 react faster to recent volatility changes. Some traders use ATR(5) on intraday charts for quick scalps. The key is consistency — pick one period and stick with it so you build intuition.
How do you use ATR for stop losses?
Multiply the ATR by a factor (typically 1.5x to 3x) and subtract from your entry price for long positions. For example, if you buy at $100 and ATR(14) is $2, a 2x ATR stop would be at $96. This method adapts your stop to current volatility instead of using arbitrary dollar amounts.
ATR vs Bollinger Bands — which is better?
They measure different things. ATR measures the magnitude of price movement (how much a stock moves). Bollinger Bands measure price relative to a moving average (where price is). Use ATR for position sizing and stop placement. Use Bollinger Bands for identifying overbought/oversold conditions. Many traders use both together.
Does ATR show direction?
No. ATR only measures volatility magnitude, not direction. A rising ATR means price is moving more (in either direction). A falling ATR means the market is becoming quieter. To determine direction, combine ATR with trend indicators like moving averages or RSI.
What does a rising ATR mean?
A rising ATR indicates increasing volatility — price swings are getting larger. This often happens at the start of a new trend, during earnings season, or before major news events. Day traders prefer rising ATR because it means more opportunity. A falling ATR suggests consolidation or a ranging market. Tradewink treats a rising ATR as a regime clue, not a directional one.
Is ATR better for day trading or swing trading?
It is useful for both, but the application changes. Day traders usually care about ATR% because it tells them whether the stock moves enough intraday to justify the spread. Swing traders care more about the daily ATR in dollars because it helps them place stops beyond normal noise. Tradewink uses both views depending on the holding period.
Can ATR help with breakout trades?
Yes. A breakout that clears resistance by only a tiny fraction of ATR can still be noise. A breakout that expands beyond the stock's normal range on strong volume is more meaningful. Tradewink combines ATR with [relative volume](/glossary/relative-volume), [VWAP](/glossary/vwap), and [support & resistance](/glossary/support-resistance) to avoid chasing weak breakouts.
Should I use ATR on intraday or daily charts?
Use the timeframe that matches your holding period. Daily ATR is best for swing trades and multi-day holds. Intraday ATR works for day trading, but the period should usually be shorter and paired with a higher-timeframe context so the indicator is not too noisy. Tradewink uses ATR in both ways: intraday to filter active movers and daily to size risk across the broader trading plan.
What is ATR% and why does it matter?
ATR% is ATR divided by price, expressed as a percentage. It lets you compare volatility across stocks at different price levels. A $2 ATR means something very different on a $20 stock than on a $200 stock. Traders use ATR% to screen for instruments that move enough to trade efficiently.
Can ATR help with paper trading?
Yes. ATR is one of the best things to practice in a paper account because it teaches you how volatility affects stops, target placement, and position size without risking real money. If your paper trades are working only because you ignored volatility, the live version is likely to fail.
How Tradewink Uses ATR (Average True Range)
ATR is the foundation of Tradewink's stop-loss and position-sizing stack. Every stop is derived from a volatility multiple instead of an arbitrary dollar amount, so the system can widen risk for names like TSLA and tighten it for calmer stocks like KO. The PositionSizer uses ATR normalization to keep dollar risk consistent across tickers with very different prices. The [stop-loss strategies guide](/learn/stop-loss-strategies-guide) and [risk management essentials](/learn/risk-management-essentials) pages use the same principle: a stop should live outside normal noise, not inside it. ATR also feeds regime-aware decisions. When the watchlist's average ATR expands sharply, Tradewink can reduce size, require stronger confirmation, or skip marginal entries altogether. In the intraday pipeline, ATR% helps the day-trade screener focus on symbols that actually move enough to be worth the spread. And in trailing-stop management, ATR gives winners room to breathe while still ratcheting risk behind price instead of freezing the stop at a random point on the chart. If a user wants to rehearse that workflow first, Tradewink points them toward [paper trading](/learn/paper-trading-guide) before they commit real capital.
Trading Insights Newsletter
Weekly deep-dives on strategy, signals, and market structure — written for active traders. No spam, unsubscribe anytime.
Related Terms
Learn More
Risk Management for Traders: The Only Guide You Need
Risk management is what separates profitable traders from broke ones. Learn position sizing, stop-loss strategies, portfolio heat management, and the math behind long-term profitability.
Position Sizing: How to Calculate the Right Trade Size Every Time
Position sizing determines how much capital to risk per trade. Learn the fixed-percentage, ATR-based, and Kelly Criterion methods with practical examples.
Stop-Loss Strategies: 7 Methods to Protect Your Trading Capital
Learn the best stop-loss strategies for day trading and swing trading. From ATR-based stops to trailing stops, percentage stops, and AI-driven dynamic exits.
Best Technical Indicators for Day Trading: RSI, MACD, VWAP, and More Compared (2026)
The best technical indicators for day trading depend on your strategy type — momentum, mean-reversion, or breakout. This comparison covers the 7 most effective indicators, when each works, when each fails, and how professional day traders combine them to confirm setups.
ATR Indicator: The Complete Guide to Average True Range for Traders
Average True Range (ATR) measures market volatility. Learn how to calculate ATR, use it for stop losses, position sizing, and why it is the most important indicator for risk management.
Paper Trading: How to Practice Trading Without Risking Real Money
Learn how to use paper trading to build skills, test strategies, and gain confidence before risking real capital. Covers platforms, best practices, and common mistakes.
VWAP Trading Strategy: Complete Guide to the #1 Institutional Day Trading Indicator
Master the VWAP indicator with 5 proven strategies: VWAP bounce, breakout, fade, ORB combo, and anchored VWAP. Learn when to buy VWAP, how institutions benchmark execution, and how Tradewink scans VWAP stock setups automatically.
Related Strategies
Momentum Breakout Strategy
Buy stocks breaking above key resistance levels on surging volume.
VWAP Bounce Strategy
Trade bounces off the Volume Weighted Average Price for high-probability intraday entries.
Trend Following Strategy
Ride established trends using moving average crossovers and trailing stops.
Previous
Moving Average
Next
Support & Resistance
See ATR (Average True Range) in real trade signals
Tradewink uses atr (average true range) as part of its AI signal pipeline. Get daily trade ideas with full analysis — free to start.