Guide · Indicators

What is the ATR indicator?

The short answer

ATR (Average True Range) is not a signal and it is not directional. It is a ruler. It measures the average distance an instrument actually travels in one bar, using true range, a definition built so that an overnight gap cannot be lost. Its whole value is that it converts distance from an arbitrary number into an instrument-relative unit. A stop of "50 points" means something different on every instrument you apply it to. A stop of "1.5 ATR" means the same thing everywhere.

Most explanations stop at "ATR measures volatility" and leave both the mechanism and the point unsaid. This guide starts from the exact building block, shows how J. Welles Wilder smooths it and what that smoothing costs you, and then spends most of its length on the part that actually changes decisions: how a ruler makes stops portable, how it makes position size fall out of arithmetic instead of habit, and why realised volatility and implied volatility are two different instruments that are constantly mistaken for one another.

A ruler, not a signal

Almost every indicator a retail trader meets is trying to tell them something about direction: whether to be long, short or out. ATR does not participate in that conversation at all. Every one of its inputs is an absolute distance, a size with the sign thrown away, which means the number is structurally incapable of pointing anywhere. A market that rises 3 percent and a market that falls 3 percent produce the same contribution to ATR.

That sounds like a limitation. It is the opposite. Because ATR refuses to answer the direction question, it answers a different one cleanly: how far does this instrument ordinarily move? And that turns out to be the question sitting underneath most of the decisions that go wrong.

A trader who says "I use a 50 point stop" has not made one decision. They have made a different decision on every instrument they apply it to, and they do not know which ones.

Consider what a distance decision normally looks like. Someone picks a stop of 50 points, or a target of 100, or a position of 200 units, and the number comes from habit, from a round figure, or from what the account can absorb. None of those sources knows anything about the instrument. The market, meanwhile, has a very definite opinion about how far it moves in a session, and that opinion is not constant across instruments and not constant across time within one instrument.

ATR is the translation layer between the two. Once you know that one bar of ordinary travel is worth 18 rupees on this instrument this month, then 50 points stops being a number and becomes a statement: it is 2.8 bars of ordinary travel. That is a claim you can evaluate. And critically, it is a claim you can carry to a different instrument without re-deriving it, which a rupee figure can never be.

This is why ATR belongs to the risk layer of a method rather than the signal layer. It does not decide whether there is a trade. It decides how much room the trade needs and, through that, how large it can be. Everything in this guide follows from holding that distinction firmly, because almost every misuse of ATR comes from forgetting it and trying to read a volatility measure as a directional one.

True range: the definition that refuses to lose a gap

ATR is built on true range, and true range is deliberately more careful than the obvious answer to "how far did it move today". For each bar it takes the greatest of three distances: (a) the high minus the low, (b) the absolute value of the high minus the previous close, and (c) the absolute value of the low minus the previous close. The bar's own high-to-low range is only one candidate. The other two reach back to where the last bar finished.

The reason is the gap. When a market opens sharply away from its previous close, on results, an overnight move in global markets, a policy surprise, the new bar's own high minus low can be perfectly modest while the real distance travelled from the prior close was large. Terms (b) and (c) are what catch that jump. Because Indian equities and indices routinely gap between sessions, this is not a technicality that can be waved away. It is the entire reason true range exists rather than plain range.

True range is the greatest of three distances, and on a gap the previous close terms win The same 12 point candle produces a true range of 12 when it opens inside the prior range and 20 when it gaps above it, because the two previous close terms measure the jump from where the last bar actually closed. The naive high minus low understates the gap bar by 40 percent. True range: the greatest of three, so a gap cannot hide The same 12 point candle, the same prior close. Only the opening gap moves the answer. Panel 1 · no gap opens inside yesterday's range true range 12 points ₹490 ₹500 ₹510 ₹520 yesterday today prev close ₹500 a 12 b 6 c 6 the three candidate distances a: high to low 12 pts b: high to prev close 6 pts c: low to prev close 6 pts Panel 2 · gap up opens above yesterday's high true range 20 points ₹490 ₹500 ₹510 ₹520 yesterday today prev close ₹500 a 12 b 20 c 8 the three candidate distances a: high to low 12 pts b: high to prev close 20 pts c: low to prev close 8 pts What the two definitions report for the same bar 0 4 8 12 16 20 24 points No gap: high − low 12 No gap: true range 12 Gap up: high − low 12 Gap up: true range 20 The naive measure reports 12 points where the market actually travelled 20. It misses 8 points, 40 percent of the real move, and it misses them on exactly the bars where the move mattered most.
The same 12 point candle, two different answers. On the left the bar opens inside yesterday's range and the three candidates are 12, 6 and 6, so true range is 12 and the naive measure happens to agree. On the right the bar gaps above yesterday's high: the candidates are 12, 20 and 8, true range is 20, and high minus low reports 12. The naive measure is not slightly off, it is missing 40 percent of the move, and it misses it on the bar where the movement mattered most.

Notice what that failure mode implies. A naive range measure does not degrade gracefully. It is accurate on ordinary days and badly wrong on exactly the days that matter, which is the worst possible error profile for a risk instrument. It would systematically tell you the market is calmer than it is, precisely when it is not.

The three-way maximum also handles cases that are less obvious than a simple gap. If a bar gaps up and then fills the gap during the session, the plain range can legitimately be the largest of the three again. If a market gaps and then keeps running, the gap term can dwarf the bar's own range by a wide margin. The definition does not need to know which case it is in; it just takes the largest, and the largest is always the honest distance from where the last bar left off.

Six bar shapes, one definition. The previous close is 500 in every row. Which of the three candidate distances wins tells you what the bar actually did. Illustrative.
The barHigh / Lowa: high to lowb: high to prev closec: low to prev closeTrue rangeNaive measure misses
A quiet inside day506 / 494126612nothing
An upward gap that holds520 / 508122082040 percent
A downward gap that holds492 / 480128202040 percent
A gap up that fills back522 / 4982422224nothing
A very narrow bar502 / 4993213nothing
A gap that keeps running530 / 522830223073 percent

Two rows in that table are worth sitting with. The gap that fills back shows that the previous close terms do not always win, so the definition is not a gap-detector bolted on; it is a genuine maximum. And the gap that keeps running shows the error at its most extreme: an 8 point candle that actually represents 30 points of travel from the prior close. A measure that reported 8 there would be describing a different market from the one that traded.

Wilder's smoothing, and the lag you buy with it

One bar of true range is noisy. ATR is what you get when you smooth it, and Wilder specified the smoothing precisely: seed the first value as the simple average of the first fourteen true ranges, then update recursively. Today's ATR equals yesterday's ATR multiplied by thirteen, plus today's true range, all divided by fourteen.

The recursion, and what each part of it is doing

  1. Seed: ATR = average of the first 14 true ranges. A plain mean, used once, so the series has somewhere to start.
  2. Update: ATR = (previous ATR × 13 + true range) ÷ 14. Algebraically this gives today's bar a weight of 1 ÷ 14, about 7.1 percent, and carries the remaining 92.9 percent forward.
  3. Consequence: no bar is ever dropped. Old observations decay geometrically towards nothing but never actually leave the average, which is what makes the line so smooth.
  4. The bill: because each new bar is only one fourteenth of the answer, the line takes a long time to acknowledge that the world has changed.

That last point is the one worth paying for in attention. The smoothing is not free, and the price is denominated in bars of lateness. On this recursion, ATR closes half of any change in the underlying volatility level in about 9.4 bars and ninety percent of it in about 31. Those are not estimates of market behaviour; they follow directly from the arithmetic of decaying 13/14 of the gap each bar.

Wilder smoothing is steady, and structurally late True range steps up 3.8 times at bar 17. The 14 period Wilder ATR covers half of that step about nine bars later and has still not reached the new mean by bar 37, because each new bar carries a weight of only one fourteenth. Wilder's smoothing is steady, and structurally late True range steps up 3.8 times at bar 17. The 14 period ATR needs about nine bars to cover half of it. 0 10 20 30 points of true range 1 5 9 13 17 21 25 29 33 37 bar number volatility regime changes here true range of one bar ATR(14), Wilder smoothed mean TR: 4.6 before, 17.3 after half the step covered: bar 26, 10 bars late The recursion ATR = ( previous ATR × 13 + true range ) ÷ 14 Seeded with the plain average of the first 14 true ranges. Today's bar carries a weight of 1 ÷ 14, which is 7.1 percent. Old bars decay towards nothing. They never actually leave. half of a level change 9.4 bars ninety percent of it 31.1 bars weight on the newest bar 7.1% What the smoothing costs you ATR estimates the volatility that has already happened. Through a regime change it is wrong for weeks, and wrong low.
The step is instant, the response is not. True range averages 4.6 points for the first sixteen bars, then the regime changes and it steps up to an average of 17.3, nearly four times higher. The ATR line covers half of that step ten bars later, and by bar 37 it has still not reached the new level. This is not a flaw to be tuned away; it is what a smoothed average of the past necessarily does at the moment the past stops being a good description of the present.

This has a direct practical consequence that is easy to state and easy to forget. Immediately after volatility expands, ATR is too low. A stop sized off it will be tighter than the new regime warrants, and a position sized off it will be larger than the new regime warrants. Both errors point the same way, which is the dangerous direction. The mirror case is milder: after volatility contracts, ATR is too high, so stops are wider and sizes smaller than necessary. That costs opportunity rather than capital.

Shortening the period reduces the lag and increases the noise, and there is no setting that escapes the trade off, because it is the trade off. Wilder's 14 is a convention that has survived because it is a reasonable compromise, not because it is optimal. What matters far more than the number is knowing which way the error points when a regime turns.

The ruler at work: why fifty points is not a decision

Here is the part that changes how the number is used. A stop distance has to do one job: sit far enough away that the ordinary noise of the instrument does not reach it, and close enough that being wrong is affordable. Ordinary noise is a property of the instrument. A fixed rupee figure knows nothing about it.

The clearest way to see this is to hold the noise constant and change only the scale. The figure below does exactly that: both panels are driven by one normalised price path, drawn at two different volatilities. The shape of the two charts is identical by construction. The only thing that differs between them is how much a unit of that shape is worth in rupees.

A fixed rupee stop is two different decisions; an ATR stop is one The same 40 rupee stop is 3.87 ATR on a calm instrument and 1.02 ATR on a volatile one. Measured in ATR the pullback after entry is identical on both at 2.49, which is exactly why the ruler makes the two decisions comparable and the rupee figure does not. The same ₹40 stop, measured against two different rulers One normalised price path drawn at two volatilities. The shape is identical; only the scale differs. Instrument A · calm ATR ₹10.3 · 1.0 percent of price ₹984 ₹1000 ₹1015 ₹1030 ₹1046 entry ₹1028.6 fixed ₹40 stop = 3.87 ATR 3 ATR stop = ₹31 worst pullback ₹25.7 The ₹40 stop was never reached. It sits 3.87 ATR out: far beyond this market's ordinary travel. Instrument B · volatile ATR ₹39.3 · 3.9 percent of price ₹984 ₹1030 ₹1077 ₹1124 ₹1170 entry ₹1109 fixed ₹40 stop = 1.02 ATR 3 ATR stop = ₹118 worst pullback ₹97.7 The ₹40 stop was taken out by noise. It sits 1.02 ATR out: inside a single normal bar. Now restate both decisions in the ruler Distance measured in ATR, not in rupees. The pullback lands on the same mark for both instruments. 0 ATR 1 ATR 2 ATR 3 ATR 4 ATR one rule: 3 ATR Instrument A 1 ATR = ₹10.3 of ordinary travel pullback 2.49 ATR (₹25.7) ₹40 = 3.87 ATR Instrument B 1 ATR = ₹39.3 of ordinary travel pullback 2.49 ATR (₹97.7) ₹40 = 1.02 ATR ordinary noise: 2.49 ATR on both rows
One number, two entirely different decisions. Instrument A has an ATR of ₹10.30 and instrument B an ATR of ₹39.30, so the same fixed ₹40 stop sits 3.87 ATR from entry on A and 1.02 ATR on B. On A it is never touched, because it is far beyond anything that instrument does; the trader has paid for room they will never use, and has throttled their own size to buy it. On B the same ₹40 sits inside a single ordinary bar and is taken out by noise that means nothing. Now read the strip below the panels: measured in ATR, the worst pullback after entry is 2.49 on both instruments. The noise was identical. Only the rupee figure disagreed.

That bottom strip is the whole argument in one line. The pullback marker lands on the same mark on both rows, because in ruler units the two instruments did the same thing. The ₹40 marker lands in two completely different places. A single rule stated in ATR, the 3 ATR mark in the figure, lands on the same place on both rows and survives on both, without anyone having to know in advance what either instrument was worth.

One fixed ₹50 stop offered to four instruments of similar proportional volatility. The rupee number is constant and its meaning is not. Illustrative figures, not quotes.
InstrumentPriceATRATR as percent of priceWhat ₹50 is worthA 2.5 ATR stop insteadVerdict on the fixed stop
W₹380₹6.401.68 percent7.81 ATR₹16.00Absurdly wide. Nearly eight ordinary bars of room, so the size it permits collapses.
X₹1,050₹18.901.80 percent2.65 ATR₹47.25Roughly sane. Beyond ordinary noise without being extravagant.
Y₹2,400₹52.002.17 percent0.96 ATR₹130.00Inside a single ordinary bar. An unremarkable session removes it.
Z₹6,150₹142.002.31 percent0.35 ATR₹355.00Inside a third of one bar's travel. It is decoration, not a stop.

The four instruments in that table are close to each other in proportional terms: their ATR sits in a narrow band between 1.68 and 2.31 percent of price. By any sensible reading they are comparably volatile. Yet the same ₹50 stop is worth 7.81 ATR on one and 0.35 ATR on another, a spread of twenty two times in what the identical number actually means. On W it is so far away that the position size it permits collapses to almost nothing. On Z it will be removed by an unremarkable session.

What the multiple is not. Choosing 1.5 ATR or 2.5 ATR is not a setting that makes a strategy work, and no multiple is correct in the abstract. The multiple encodes how much ordinary noise you are willing to sit through before concluding you were wrong, and that is a judgement about your own idea, not about the indicator. ATR only guarantees that whatever multiple you choose means the same thing on Monday as on Friday, and on one instrument as on another. Where the invalidation level itself belongs is a separate question, developed in the guide to stop loss placement.

One clarification that prevents a common misreading. None of this says an ATR based stop is safer. It says it is consistent. A 2 ATR stop on a violent instrument is a large rupee number and will produce a large rupee loss when it is hit. The consistency is in the decision, not in the outcome, and the rupee consequence is handled downstream by size.

Size follows the ruler: volatility as an automatic brake

Once the stop distance is expressed in ATR, position size stops being a matter of preference and becomes arithmetic. Risk per unit is the stop distance. So if you have decided in advance how much money a single trade may lose, the number of units is that budget divided by the per-unit stop distance, and the stop distance is a multiple of ATR.

Written out: units = risk budget ÷ (ATR × multiple). ATR is in the denominator, and that single structural fact produces the behaviour that most retail traders get backwards.

Volatility sizing is an automatic brake Holding the risk budget at 5,000 rupees and the stop at 1.5 ATR, the share count falls from 370 to 185 to 92 as ATR rises. Holding the share count fixed instead lets the money at risk climb from 2,498 to 9,990 rupees while the trader believes nothing has changed. One risk budget, three volatility regimes, three position sizes Risk budget ₹5,000 · stop = 1.5 × ATR · price ₹1,000. Illustrative. Calm market ATR ₹9 · stop ₹13.50 ₹5,000 ÷ ₹13.50 = 370 shares money at risk ₹4,995 notional exposure ₹370,000 Normal market ATR ₹18 · stop ₹27.00 ₹5,000 ÷ ₹27.00 = 185 shares money at risk ₹4,995 notional exposure ₹185,000 Stressed market ATR ₹36 · stop ₹54.00 ₹5,000 ÷ ₹54.00 = 92 shares money at risk ₹4,968 notional exposure ₹92,000 Why this is a brake and not an adjustment The same three regimes, sized two ways. Only one of them keeps the promise you made about risk. ₹0 ₹2,500 ₹5,000 ₹7,500 ₹10,000 Calm (ATR ₹9) ₹4,995 ₹2,498 Normal (ATR ₹18) ₹4,995 ₹4,995 Stressed (ATR ₹36) ₹4,968 ₹9,990 sized off ATR: the money at risk barely moves a habitual 185 shares: the money at risk quadruples
The risk is the constant. The size is the output. Holding an illustrative ₹5,000 risk budget and a 1.5 ATR stop, an ATR of ₹9 gives a ₹13.50 stop and 370 units, an ATR of ₹18 gives 185 units, and an ATR of ₹36 gives 92. The money at risk stays within a few rupees of the budget in all three, while notional exposure falls from ₹3,70,000 to ₹92,000. The lower panel shows the alternative: hold a habitual 185 units instead and the money at risk climbs from ₹2,498 to ₹9,990 across the same three regimes, quadrupling while the trader believes nothing has changed.

Read the lower panel carefully, because it contains the real finding. The trader holding 185 units did not decide to take four times more risk in the stressed regime. They decided nothing at all. They held their size constant, which feels like discipline, and the market silently rewrote their exposure for them. Holding units fixed does not hold risk fixed. It holds risk hostage to volatility.

The ATR-sized version does the opposite, and it does it without requiring any forecast. As volatility rises the denominator rises, so the position falls; as volatility falls the position grows back. Nobody has to predict the regime. The size reacts to the regime that has already arrived, which is precisely what a backward-looking measure is entitled to do.

This is also the correct reflex, and it is the opposite of the common one. The instinct in a wild market is to trade bigger, because the moves look larger and the opportunity looks better. The arithmetic says the wild market is exactly where the position should be smallest, because the distance to being proven wrong has grown. The chain that runs from an invalidation level, through a volatility-scaled stop, to a size derived from a fixed risk budget, is the spine of the method we teach, and it sits inside the wider discipline covered in the guide to risk management in trading.

The budget is doing more work than the indicator. ATR supplies the denominator, and nothing else. The numerator, how much money a single trade may lose, is a decision about the account that ATR has no opinion on and cannot improve. A volatility-scaled size built on a reckless risk budget is a reckless position with better arithmetic behind it.

Targets: the instrument does not know what you need

The third thing a ruler fixes is expectation, and it is the one that gets the least attention because it produces no order and no chart marking. A target is also a distance, and it is subject to exactly the same problem as a stop: chosen in rupees, it carries an implicit and usually unexamined claim about how far the instrument can travel in the time available.

Put the claim in ruler units and it becomes checkable. If one bar of ordinary travel is ₹18.90 on a ₹1,050 instrument, then a target five ATR away is asking for about ₹94, or 9 percent of the instrument's price. Stated that way, the question answers itself: that is not a target, it is a forecast of five sessions of pure one-way movement with no pullback, on an instrument that ordinarily gives back part of every leg.

An instrument that moves one ATR a day will not deliver a five ATR move because your position size requires it to.

This matters most where it is least visible: in the reasoning that happens before a trade. A trader who needs a certain rupee outcome will, without noticing, choose a target that delivers it, and then construct a story about why that level is reachable. The ruler interrupts that sequence by making the demand explicit in the instrument's own units, before the story gets written.

There is a second-order effect worth naming. Because the same ATR sets both the stop and the sensible target, the ratio between them is a ratio of ATR multiples, which is finally comparable across instruments and across time. A 1.5 ATR stop against a 3 ATR objective is the same shape of trade whatever you are trading, whereas a 20 point stop against a 40 point objective is a different shape of trade on every instrument you apply it to. That is the difference between a rule and a habit that resembles one.

None of this makes a target reachable. ATR cannot tell you whether a move will happen, and nothing in this section should be read as suggesting otherwise. It rules out the demands that were never plausible in the first place, which is a smaller claim and a more useful one.

Realised is not implied: ATR and IV answer different questions

There is one confusion around ATR that costs real money, and it is worth isolating. ATR is realised volatility: it is computed entirely from bars that have already printed. Implied volatility is implied: it is solved backwards out of live option prices and describes movement that has not happened yet, which the market is currently willing to pay for.

They are not two measurements of the same thing, and they are not interchangeable. One is a record and the other is a price. Reading a low ATR as "the market expects calm" is a straightforward category error, because ATR has no mechanism for expecting anything.

Implied volatility looks forward, ATR looks back Implied volatility is bid up into a scheduled event and peaks on it, while ATR, which measures range that has already printed, only rises the session after. The gap between the two lines is the price of expected movement set against the movement actually delivered. Realised and implied are two different clocks ATR records the movement that happened. Implied volatility prices the movement expected. Illustrative. 10% 15% 20% 25% 0 5 10 15 20 25 30 35 40 trading sessions the scheduled event implied volatility, forward looking ATR restated as annualised volatility Implied rises first: the market is paying for a move not yet made. Realised rises last: ATR can only record a move once it exists. the session before the event 24.0% vs 10.9% implied stands 13.1 points above realised Illustrative model, not a forecast. the session after the event 13.5% vs 18.2% realised now stands 4.6 points above implied Illustrative model, not a forecast. what the gap actually is a price, not a forecast the two measures peak one session apart Illustrative model, not a forecast.
Two clocks, running one session apart. Implied volatility is bid up from session 18 as a scheduled event approaches, peaking around 25 percent on the event itself and collapsing immediately after. ATR, restated as an annualised percentage so the two are comparable, sits flat near 10.5 percent all the way in, because nothing has moved yet, and only jumps the session after the event, because that is when the large true range finally prints. The session before, implied stands 13.1 points above realised. The session after, realised stands 4.6 points above implied. Illustrative model, not a forecast.

The sequencing in that figure is the mechanism, not a coincidence of the example. Implied volatility can rise before an event because it is a price and prices move on expectations. ATR cannot, because it is an average of distances that have already been travelled. The two peak one session apart, in a fixed order, for structural reasons.

ATR against implied volatility. They are not two versions of the same number; they answer different questions and they fail in different ways.
QuestionATR (realised)Implied volatility
What is it computed from?Bars that have already printed: highs, lows and previous closesLive option prices, solved backwards out of a pricing model
Which way does it look?Backwards. It reports the distance already travelledForwards. It reports the movement currently being paid for
What units?Points or rupees of the instrument, unless converted to ATRPAn annualised percentage, comparable across instruments as it stands
What is it good for?Sizing a distance: stops, position size, what a normal bar looks likeJudging whether options are expensive, and what the market expects
How does it fail?It is calmest immediately before a shock and turns only afterwardsIt can be wrong about the size, and it says nothing about direction either
Around a scheduled eventFlat into the event, then jumps the session after itBid up into the event, then collapses on the session after it

The gap between them is itself information, and it is the reason the distinction is worth holding rather than merely knowing. When implied sits far above realised, the market is paying a premium for movement that has not yet appeared in the bars: something is expected. When implied sits below realised, the market is pricing a calming that the bars have not yet delivered. Neither reading is a signal, and neither tells you direction. Both tell you something about the disagreement between what has happened and what is being paid for, which is a genuinely different piece of information from either number alone.

For the mechanics of how implied volatility is extracted from option prices, what moves it, and how it is quoted, the guide to implied volatility covers the ground properly. The one thing to carry away here is the boundary: use ATR to size a distance, and implied volatility to judge whether movement is expensive. Swapping them produces confident, well-reasoned, wrong conclusions.

Reading the regime: expansion, contraction, and ATR's proper partner

Because ATR is a smooth line, its slope carries information that its level does not. A rising ATR marks an expanding regime: bars are covering more ground, stops need more room and positions should be smaller. A falling ATR marks contraction: the market is quietening, and the same rule set produces tighter stops and larger positions. This is context, not instruction. It changes the size of what you do without saying anything about what to do.

The level, by contrast, is nearly meaningless in isolation, because it is denominated in the instrument's own units. "ATR is 42" is not a fact anyone can act on without knowing the instrument and its history. ATR is a comparison instrument, and the only two comparisons it supports honestly are against its own recent past, and against another instrument once both have been converted to a percentage of price.

ATR and ADX are companions, not substitutes. Both descend from Wilder, and both are directionless, so they are frequently confused. They measure different things. ADX measures how persistent a move is: whether price is trending or churning. ATR measures how far price travels per bar, whether or not it gets anywhere. A market can travel enormous distances every session and end each one where it began, giving a high ATR and a low ADX. A slow, orderly, relentless drift can give a low ATR and a high ADX. Read together they answer different halves of the same question, which is why the ADX guide is the natural companion to this one.

That distinction is worth one more sentence because it is where most of the confusion between the two indicators lives. Size and persistence are independent properties of a move. Knowing that bars are large tells you nothing about whether they are going anywhere, and knowing that a trend is orderly tells you nothing about how much room it needs. Using either one to answer the other's question produces exactly the sort of error that looks well-reasoned in a journal entry.

A last practical note on the slope reading: it inherits every bit of the lag established earlier. A rising ATR tells you volatility has expanded, not that it is about to. By the time the slope is unambiguous, the expansion is already several bars old and has already been paid for. That is not an argument against reading the slope. It is an argument against treating the reading as early.

What ATR cannot do

The honest limits of ATR all descend from a single property: it is a backward-looking average of absolute distances. Everything it does well and everything it cannot do follows from that one sentence.

What ATR does honestly

  • Measures ordinary travel in the instrument's own units, counting gaps correctly.
  • Makes distance portable across instruments and across time, once expressed as a multiple.
  • Supplies the denominator for a size calculation, so exposure responds to volatility without a forecast.
  • Reports regime change through its slope, after the fact but unambiguously.
  • Ranks instruments by volatility, but only after conversion to a percentage of price.

What it cannot do, at any setting

  • Say anything about direction. The sign is discarded in the definition itself.
  • Anticipate a shock. It is typically at its calmest immediately before a scheduled event.
  • Keep up with a regime change. Half the adjustment takes about nine bars, and it is wrong low.
  • Be compared raw across instruments. The rupee figure mostly reflects the price level.
  • Make a stop hold. It sets a distance; it does not make the market trade there.

The last item on the right deserves more than a line, because it is where a well-built ATR framework can still fail completely. An ATR based stop is a distance, and a distance turns into an order, and an order is only an instruction to transact at a price if a price is available. A gap opens past the level and fills wherever the market chooses to open. A circuit halt removes the ability to transact at all until it lifts, and when it lifts the price is where it is. Neither case is a malfunction of ATR. Both are situations in which the ordinary, which is all ATR measures, has stopped applying.

The reading that costs the most. "ATR is low, so risk is low." It is the single most expensive sentence available around this indicator, and it inverts the actual relationship. A low ATR means the recent past was quiet, and quiet periods are where leverage accumulates and complacency builds. The lowest ATR readings frequently sit directly before the largest gaps, and by construction ATR will only widen afterwards, once the large true ranges have already been paid for. Use ATR to size the volatility you can see. Never treat a quiet reading as evidence that a quiet session is coming.

Where ATR fits

ATR belongs in the risk layer of a method and nowhere else. It does not generate trades, confirm trades or time them. It calibrates how much room a trade needs and, through the size formula, how large that trade is allowed to be, given how far this instrument is currently travelling. Read plainly, it turns "the market feels wild" into a number that can be put into a rule, and it does so with a definition careful enough to count the gaps a naive measure would silently drop.

The narrowness is the feature. ATR will not tell you direction, will not forecast the next shock, and cannot be compared across instruments in its raw form. What it does instead is make three of the most commonly botched decisions in retail trading, how far away the stop goes, how many units to hold, and what it is reasonable to expect, into arithmetic that is consistent from one instrument to the next and from one month to the next.

The judgements that matter most still sit upstream of it and always will. Where the idea is genuinely wrong, and how much of the account may be put behind it, are decisions ATR has no opinion on. It only makes them measurable, and measurable is the precondition for everything else.

Educational note. This guide explains an indicator and its mechanics. Every rupee figure on this page is an illustrative model, not a quote, a recommendation or a projection. It is not a set of settings to copy, and it is not investment advice. Bharath Shiksha is an educational publisher, not a SEBI-registered investment adviser or research analyst.

Common Questions

Frequently Asked Questions

ATR, or average true range, measures the average distance price travels in one bar, quoted in the instrument's own units such as points or rupees. It is a pure volatility measure and it carries no direction at all: it is built from the sizes of moves, never their signs. A rising ATR says the market is covering more ground per bar, which is equally consistent with a sharp rally and a sharp fall. The most useful way to hold it is as a ruler rather than a signal. It does not tell you whether to be in a trade. It tells you how far this instrument ordinarily moves, so that every distance you choose can be expressed in a unit that means the same thing on every instrument.

True range is the greatest of three distances for a bar: the high minus the low, the absolute value of the high minus the previous close, and the absolute value of the low minus the previous close. The two previous close terms exist so that a gap cannot be lost. When a market opens far from where it closed, the new bar's own high minus low can be small even though the real distance travelled from the prior close was large. On a bar that gaps up from 500 to a range of 508 to 520, the plain high minus low is 12 points while true range is 20, because the high sits 20 points above the previous close. The naive measure misses 40 percent of that move, and it misses it on exactly the bar where the movement mattered.

ATR is a smoothed average of true range. J. Welles Wilder, who introduced it in 1978, seeds the first value as the simple average of the first fourteen true ranges, then updates it recursively: the new ATR equals the previous ATR times thirteen, plus today's true range, all divided by fourteen. That gives today's bar a weight of one fourteenth, or about 7.1 percent, so a single violent bar moves the estimate but does not dominate it. The trade off is lag. On that recursion ATR closes half of any change in the underlying volatility level in about 9.4 bars and ninety percent of it in about 31 bars.

No. ATR is directionless by construction, because every one of its three candidate distances is an absolute size rather than a signed move. A high ATR only says the market is covering a lot of ground. It rises in a violent rally and in a violent decline in exactly the same way, and it will rise in a market that swings hard in both directions and finishes where it started. Reading a rising ATR as bullish or bearish is a category error. Direction has to come from somewhere else entirely; ATR supplies only the scale.

The common educational method sets the stop distance to a multiple of ATR rather than to a fixed number of points, so the exit sits beyond the ordinary noise of the current regime instead of at an arbitrary distance. The value is that the multiple is portable. A fixed 40 rupee stop can be 3.87 ATR away on a calm instrument, far outside anything it normally does, and 1.02 ATR away on a volatile one, inside a single ordinary bar. The same number is two completely different decisions. A stop at a stated multiple of ATR is one decision, applied consistently. This is a way of thinking about distance, not a recommendation to trade, and it guarantees nothing: a stop is still only an order.

Risk per unit is the stop distance, so if the stop distance is a multiple of ATR then ATR flows straight into the size calculation. Units equal the risk budget divided by the ATR based stop distance per unit. Work an illustrative case: a 5,000 rupee risk budget with a stop of 1.5 times ATR gives a 13.50 rupee stop and 370 units when ATR is 9, a 27 rupee stop and 185 units when ATR is 18, and a 54 rupee stop and 92 units when ATR is 36. The money at risk stays near 5,000 rupees throughout while the position shrinks. Hold the unit count fixed instead and the money at risk quadruples across those same three regimes.

They look in opposite directions. ATR is realised volatility: it is computed from bars that have already printed, so it describes what the market has been doing. Implied volatility is solved out of live option prices, so it describes what the market is currently paying for movement that has not happened yet. The two routinely disagree, and the disagreement is itself information. Ahead of a scheduled event implied volatility is typically bid up while ATR stays flat, because nothing has moved yet. After the event implied volatility collapses while ATR jumps, because the move is now in the bars. Treating one as a substitute for the other is a real and expensive error.

Not using the raw figures. ATR is quoted in price units, so a higher priced instrument will usually show a larger ATR simply because of its price rather than because it is genuinely more volatile. To rank instruments you have to normalise, and average true range percent, ATRP, does it by dividing ATR by the close and multiplying by 100. The effect is easy to underrate. Four instruments can sit within a narrow band of 1.7 to 2.3 percent ATRP, meaning they are comparably volatile in proportional terms, while the same 50 rupee stop is worth 7.81 ATR on one of them and 0.35 ATR on another.

ATR is backward looking, and everything else follows from that. It averages range that has already happened, so it is calmest just before a scheduled event rather than most alert, and it turns after a regime changes rather than before. It carries no direction and it is not a trade signal. It cannot be compared across instruments in its raw form. And an ATR based stop is still only an order sitting at a price: a gap opens past it and a circuit halt removes the chance to transact at all, so the loss is whatever the next available price turns out to be. ATR measures the ordinary. It has nothing to say about the exceptional.

Where the facts come from

Sources

  • J. Welles Wilder, New Concepts in Technical Trading Systems (1978). The original source, which defines true range as the greatest of the three distances and introduces the average true range smoothed over a default of 14 periods. Establishes the definition, the author and the date, and is also the origin of ADX.
  • StockCharts ChartSchool, Average True Range (ATR) and Average True Range Percent (ATRP). Sets out the three-way true range maximum, the Wilder smoothing recursion with its 14 period seed, and ATRP as ATR divided by price times 100 for cross-instrument comparison. chartschool.stockcharts.com
  • Macroption, ATR calculation. Details the Wilder smoothing formula, the first-value seeding convention, and the two conventions for expressing ATR as a percentage of price. The 1 ÷ 14 weighting used throughout this guide follows directly from that recursion. macroption.com
  • StockCharts ChartSchool, Chandelier Exit. Documents a published volatility-based exit that trails a stop a multiple of ATR below the highest high since entry, which is a worked example of ATR feeding an adaptive stop rather than a signal. chartschool.stockcharts.com
On the figures. Every chart on this page is computed rather than drawn. The two panels in the stop figure are generated from one normalised price path scaled to two volatilities, which is why their shapes are identical and their rupee values are not; the ATR, the pullback and the multiples shown are measured from those same generated bars. The smoothing figure applies Wilder's recursion to a generated true range series with a deliberate regime change. All are illustrative models built to demonstrate a mechanism, and none is market data.

Related guides

What is the Supertrend indicator?

Read →

ATR measures the distance. The plan decides what to do with it.