At a glance
- Construction
- An EMA plus and minus a multiple of ATR
- Default
- 20-period EMA, 2 x ATR(10) or ATR(20)
- Versus Bollinger
- Smoother, because ATR is less spiky than standard deviation
- Best use
- Trend riding and the squeeze setup
Key takeaways
- Keltner Channels are built on ATR, which responds more smoothly to volatility changes than standard deviation does.
- Because the bands are steadier, sustained closes outside them are more meaningful as trend evidence than Bollinger band touches.
- The squeeze, when Bollinger Bands contract inside the Keltner Channels, is the most popular combined use of the two.
- Keltner Channels are better suited to trend following than to reversion, which is the opposite emphasis from Bollinger Bands.
- The middle EMA is a useful trailing reference for trend positions, which is a practical use independent of the bands themselves.
Construction and the key difference
KELTNER CHANNEL
Middle = EMA(close, 20)
Upper = Middle + (2 x ATR(20))
Lower = Middle - (2 x ATR(20))
BOLLINGER BANDS
Middle = SMA(close, 20)
Upper = Middle + (2 x standard deviation of close over 20)
Lower = Middle - (2 x standard deviation of close over 20)
The difference:
ATR measures average bar range including gaps.
Standard deviation measures dispersion of closes.
Consequence: after a single large move, standard deviation
jumps sharply and Bollinger Bands widen abruptly.
ATR rises more gradually, so Keltner Channels stay smoother.That smoothness is the practical distinction. Bollinger Bands expand rapidly during a sharp move, which can pull the band ahead of price and make a strong trend look contained. Keltner Channels widen more slowly, so price in a strong trend remains outside the channel, which reads correctly as sustained strength.
Trend riding with Keltner Channels
- Trend condition
- Price closing above the upper channel indicates a strong uptrend, and sustained closes there confirm it rather than signalling exhaustion.
- Entry
- First close above the upper channel after a period inside it, with the middle EMA rising.
- Add-on
- Pullbacks to the middle EMA that hold, followed by a close back above it, provide continuation entries.
- Trailing exit
- Exit on a close below the middle EMA, or below the lower channel for a looser trail.
- Stop
- Below the middle EMA at entry, or 2 x ATR, whichever is further, sized accordingly.
- Filter
- Require ADX above 20, or the channel to be widening, to avoid entries during compression.
The squeeze: combining both channels
The most popular use of Keltner Channels is in combination with Bollinger Bands to define volatility compression objectively.
Squeeze ON:
Bollinger upper < Keltner upper
AND Bollinger lower > Keltner lower
The Bollinger Bands have contracted INSIDE the Keltner
Channels, meaning the dispersion of closes has fallen
below the average true range. Volatility is compressed.
Squeeze OFF (the release):
Bollinger Bands expand back outside the Keltner Channels.
Trading the release:
Direction comes from a separate indicator: the trend filter,
the direction of the break, or momentum.
The squeeze tells you WHEN, never WHICH WAY.- Setup
- Squeeze condition present for at least 5 to 10 bars. Longer compressions tend to produce larger expansions.
- Entry
- On the first bar where the squeeze releases, in the direction of the prevailing trend or the direction of the break.
- Stop
- The opposite side of the compression range, or 1.5 x ATR.
- Target
- Trail using the middle EMA or an ATR trailing stop. Fixed targets truncate the expansion the setup exists to capture.
- Failure rule
- If price returns inside the compression range within two bars, exit. Failed expansions reverse quickly.
Practical notes
- The 20-period EMA with 2 ATR is a reasonable default. Widening to 2.5 or 3 ATR produces fewer and more significant excursions.
- Using ATR(10) rather than ATR(20) makes the channel more responsive at the cost of stability. Test both.
- The middle EMA is often more useful than the bands: it provides a clean trailing reference for trend positions.
- Keltner Channels work on any timeframe, but like all volatility measures they need enough bars for ATR to stabilise.
- Do not use Keltner and Bollinger as two confirmations of the same thing. They are related constructions; their value together is the squeeze definition, not agreement.
Frequently asked questions
What is the difference between Keltner Channels and Bollinger Bands?
Keltner uses an EMA with ATR-based bands; Bollinger uses an SMA with standard-deviation bands. ATR responds more smoothly to volatility changes, so Keltner Channels are steadier while Bollinger Bands expand and contract more sharply. In practice, Keltner suits trend riding and Bollinger suits volatility-relative reversion.
What is the Keltner squeeze?
A condition where the Bollinger Bands contract entirely inside the Keltner Channels, indicating that the dispersion of closes has fallen below the average true range. It is an objective definition of volatility compression, which frequently precedes expansion. It indicates timing rather than direction.
Should I buy when price closes above the upper Keltner Channel?
In a trend-following framework, yes: a sustained close above the channel indicates genuine strength rather than exhaustion. In a range-bound market it will produce false signals like any breakout rule, so pair it with a regime filter such as ADX or a longer-term trend measure.
What settings work best for Keltner Channels?
A 20-period EMA with 2 x ATR(20) is the common default and a sound starting point. Wider multipliers produce fewer signals of greater significance. As with every indicator, prefer settings whose performance holds across a range of neighbouring values rather than one that performed best historically.
Can I use Keltner Channels for stop placement?
Yes, and it is one of their better uses. The lower channel provides an ATR-scaled trailing stop that adapts to volatility, and the middle EMA provides a tighter alternative. Both are effectively variants of the chandelier exit described in trailing stops.
Test this idea before you trade it
Describe the rules in plain language and AlgoTrader AI turns them into a structured strategy blueprint with a configurable historical backtest, cost assumptions, and exportable code.
Build a backtestKeep reading
- IndicatorsBollinger Bands Strategy: Volatility Bands That Adapt
- IndicatorsATR Indicator Guide: The Most Useful Number in Risk Management
- StrategiesBreakout Trading Strategy: Rules, Filters, and False Breakouts
- IndicatorsDonchian Channel Strategy: The Original Breakout System
- RiskTrailing Stops: Letting Winners Run Without Giving It All Back
- IndicatorsADX Indicator Guide: Measuring Whether a Trend Exists
Referenced by
Educational use only. This guide explains how a strategy works. It is not investment advice, not a recommendation, and no result described here is a forecast. Test any approach on historical and out-of-sample data, size positions conservatively, and never risk money you cannot afford to lose.