reference · Technical analysis
Keltner Channels: EMA and ATR Envelopes
Keltner Channels are bands around a moving average. A common modern version uses an EMA center and an ATR multiple for width, but the name covers several calculation variants.

A channel name is not a complete specification
Declare the middle average, source price, average length, range measure, range length and multiplier. TradingView documents selectable Keltner inputs, including different averaging and range choices. A simple-average high-low version and an EMA/ATR version can therefore produce different channels without either being mislabeled by its own convention.
For the modern variant used here, middle = EMA of the chosen price; upper = middle + multiplier × ATR; lower = middle − multiplier × ATR. The EMA length and ATR length need not match. Record both rather than relying on a screenshot that only displays a single period value.
Calculate one completed observation
Assume a hypothetical completed-bar EMA of 250, ATR of 3 and multiplier of 1.5. The offset is 4.5, giving an upper band of 254.5 and lower band of 245.5. The full channel is 9 price units wide. A close at 253 is inside the envelope but above the center.
At another observation, suppose the center remains 250 while ATR rises to 5. The bands become 257.5 and 242.5. A close at 255 now remains inside even though it would have been outside the earlier channel. The classification depends on the volatility estimate as well as the price.
If an instrument trades in 0.25 increments, all four example boundaries happen to align with its grid. Other parameter combinations need not. A chart can display a fractional theoretical boundary that is not a valid exchange order price. Do not silently round an entry, stop or limit in a way that increases its intended exposure.
ATR width is different from price dispersion
A gap can enlarge true range even when the following bar has a small high-low range. An ATR-based channel can respond differently from an envelope based on standard deviation of recent closes. Neither is intrinsically more accurate: they summarize different features of the input data.
Switching between channel types after seeing which one contains a desired historical move changes the hypothesis. Keep the construction fixed during evaluation. When comparing two vendors, reconcile actual EMA and ATR series before attributing the discrepancy to broker execution or market conditions.
Separate a channel from a trading strategy
A band crossing is an observation. A breakout rule might interpret it as continuation; a mean-reversion rule might interpret it differently. The indicator itself does not resolve that disagreement or provide a probability of success. A strategy additionally needs an entry time, exit logic, exposure rule and treatment of gaps and transaction costs.
Start with the ATR worked example, compare Bollinger Bands, and validate order levels against the price tick grid. This makes a channel-based experiment reproducible before anyone considers copying the resulting trades across accounts.
Questions and answers
Do Keltner Channels always use ATR?
No. Different historical and platform variants use different averages and range measures. State the selected construction explicitly.
Does closing outside a channel prove a breakout will continue?
No. It records a relationship to a historical envelope. Continuation, reversal and execution outcomes require separate evaluation.
Sources and further checks
Use the current source for your exact instrument, account and platform. Referencing a general specification does not establish support for every TradeCopier workflow.
- TradingView: Keltner Channels · Checked September 19, 2026
Found an error? Send a correction with this page's address and a primary source. See our editorial standards for how we handle examples, claims and revisions.

