Concept

Keltner Channels

Keltner Channels are Volatility concepts. The Library holds 4 implementations, each one a working definition you can pull into Quant.

Top Keltner Channels indicators

4 total

What are Keltner Channels?

Keltner Channels are volatility bands drawn around a moving average with the offset set by average true range: a midline (commonly a 20-period EMA) plus an upper and lower band at the midline plus or minus a multiplier (commonly 1.5 to 2) times ATR. The name comes from Chester Keltner, whose 1960 version used a simple moving average of typical price offset by the average daily range; the EMA-and-ATR form in common use today was popularized decades later by Linda Bradford Raschke.

Because ATR is itself a smoothed measure that includes gaps, Keltner Channels widen and tighten more gradually than Bollinger Bands, whose standard-deviation width reacts sharply to volatility clusters. That steadiness is the point: the channel gives a calmer definition of normal distance from the mean, which suits trend-following reads (price traveling between the midline and an outer band) and makes it the reference container in the TTM Squeeze, where Bollinger Bands contracting inside the Keltner Channel defines compression.

How to calculate Keltner Channels

The modern construction takes three inputs: a midline length, an ATR length, and a multiplier.

  1. 1Compute the midline: a 20-period EMA of closing price is the common modern choice (Keltner's original used a 10-period SMA of typical price).
  2. 2Compute ATR over its own lookback, often 10 to 20 periods, so the offset reflects recent true range including any gaps.
  3. 3Set the bands: upper = midline + multiplier × ATR and lower = midline - multiplier × ATR, with 1.5 to 2 as typical multipliers.
  4. 4Tune to the instrument: a multiplier that contains most candles on one market can be far too tight or loose on another, so calibrate by inspection or testing rather than assuming defaults transfer.

How traders use it

  • As a trend channel: in a healthy trend price tends to travel between the midline and the outer band, with pullbacks to the midline acting as dynamic support or resistance for continuation entries.
  • As a breakout trigger: a close beyond a band marks movement beyond recent average range, which trend traders read as strength to join rather than fade; in ranges, the same close more often flags overextension.
  • As the container in squeeze logic: Bollinger Bands trading inside the Keltner Channel defines compression, the condition behind the TTM Squeeze family of setups.
  • As a stop or exit rail: the midline or the opposite band serves as a trailing reference that adapts to volatility, similar in spirit to other ATR-based trailing methods.

Keltner Channels vs related concepts

Bollinger Bands: Bands scaled by the standard deviation of price rather than ATR, so they flare and pinch faster. Keltner width is smoother and folds gap risk in through true range. Many traders run both and trade their interaction.

ATR Bands: The generic form of the same idea: ATR offsets around any baseline. Keltner Channels are effectively the canonical parameterization (EMA midline, roughly 1.5 to 2 × ATR), and the two names are sometimes used interchangeably.

STARC Bands: Stoller's channel also offsets by ATR, but around a short simple moving average, and is traditionally read for counter-trend band-tag trades rather than for trend riding.

More Keltner Channels implementations

Related concepts · Band & channel systems

Concept family

Volatility

56 concepts mapped · 43 in the Library

Keltner Channels FAQ

What are the standard settings for Keltner Channels?

The common modern setup is a 20-period EMA midline with bands at 2 × ATR (1.5 is also widespread), using an ATR lookback of roughly 10 to 20 periods. Chester Keltner's original 1960 rule used a 10-day SMA of typical price offset by the average daily range. Treat all of these as starting points to calibrate per market.

Keltner Channels or Bollinger Bands: which should I use?

They answer slightly different questions. Bollinger Bands scale with the standard deviation of closes, so they react quickly to volatility bursts; Keltner Channels scale with smoothed true range, so they move steadily and account for gaps. Neither is universally better. Trend traders often prefer Keltner's stability, while squeeze systems deliberately use both together.

What does it mean when price closes outside a Keltner Channel?

It means the move exceeded a multiple of recent average true range, which is relatively uncommon with typical multipliers. In a trending market that is often read as strength and potential continuation; in a sideways market it is more often read as overextension that may mean-revert. The close is context, not a standalone signal, so pair it with regime and structure.

Build Keltner Channels your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.