Backtesting ArenaBacktesting Arena
← Back to blog

Keltner Channel Breakout — Bollinger's Older Brother

Everyone knows Bollinger Bands. Keltner Channels have been around longer and use ATR instead of standard deviation — which often makes them better suited for trend following. Live today as strategy 10 in the Backtesting Arena.

Backtesting Arena·May 8, 2026·4 min read·44 views
Keltner Channel Breakout — Bollinger's Older Brother

If you've worked with charts at any point in the last ten years, you know Bollinger Bands. John Bollinger developed them in 1980 — standard deviation × 2 around an SMA. They're built into every charting tool and mentioned in every trading guide.

What many don't know: Bollinger's concept is based on an older idea. Chester Keltner described his own volatility-band system in 1960 — twenty years before Bollinger. Linda Bradford Raschke modified it in 1980 into the form we know today as "Keltner Channels". Instead of standard deviation, Keltner uses the Average True Range (ATR) as the volatility measure.

Today Keltner Channel Breakout goes live as the tenth strategy in the Backtesting Arena. Here's an honest introduction — what it is, when it works, and when it doesn't.

The Mechanic in One Table

ComponentCalculationDefault
Mid-LineEMA over closing prices20 periods
Upper BandMid + ATR × MultiplierATR(10), 2.0×
Lower BandMid − ATR × MultiplierATR(10), 2.0×

The bands are dynamic: they widen in volatile market phases and narrow in calm ones. That's the central difference to fixed indicators like SMA crosses.

Trade Logic

The standard breakout rule:

  • BUY: Close crosses above the upper band → the market breaks through the upper volatility threshold, we take this as a trend signal.
  • SELL: Close crosses below the mid-line (default in our implementation) or alternatively below the lower band (classic variant).

The two exit modes are a tradeoff:

  • Mid-Line exit: softer, fewer whipsaws. You often get a second chance because the band itself doesn't have to be broken.
  • Lower-Band exit: classic, fewer trades. When the trend really flips, you sit deeper in drawdown before the signal kicks in.

In our backtest defaults we use mid-line exit because it performs better in most market phases in our tests.

What Keltner Is Good For

Clear trending markets. When an asset has a clean up- or downtrend, the breakout above the upper band gives a clear signal. Standard-deviation-based Bollinger Bands have a problem here: in strong trends, standard deviation shrinks relative to price (because there's less mean reversion), and Bollinger gives reversion signals too early. ATR doesn't shrink as much in this configuration because ATR measures the absolute range value.

High volatility. ATR scaling automatically gives more room when the market is choppy. On BTCUSDT 2021, a fixed 5% stop setup would have been way too tight — a 2× ATR setup adapts to real volatility.

Multi-asset consistency. ATR is asset-class-agnostic — a 2× ATR move means structurally the same on forex as on crypto, just in different absolute magnitude. Standard deviation scales differently across asset classes.

What Keltner Is NOT Good For

Sideways markets. When price oscillates, it also fluctuates through the upper band up and down — the strategy produces whipsaws. That's a general problem of all breakout systems. On 1W charts the sample is small enough to absorb, on daily it can hurt.

Short timeframes (under 1d). On 1h or 15min, Keltner produces too many false signals because ATR moves at those timescales are more noise than signal. We take 1d as minimum, 1W as default.

Mean-reversion traders. Keltner is a trend-following strategy, not a reversal tool. If your thesis is "the market reverts to the middle", use rsi_ob_os (RSI Overbought/Oversold) or bb_rsi (Bollinger + RSI, coming later).

Concrete Defaults and Why

ParameterDefaultReasoning
EMA period20Linda Raschke's standard setup
ATR period10Welles Wilder's original
ATR multiplier2.0LeBeau's recommendation — gives enough room without being too late
Exit modemid-lineBetter risk/reward in our tests

You can adjust all four via the backtest form. Higher EMA period = slower signal, fewer trades. Higher ATR multiplier = wider bands, later breakout signal but fewer whipsaws.

Where the Strategy Is Available

Free+ as the 10th strategy in the Backtesting Arena, available now:

  • Backtest page — all 5 asset classes (Crypto, Stocks, ETF, Commodities, Forex)
  • Bulk Backtest (Admin) — comparison runs across multiple assets
  • Custom Report Wizard — self-service strategy reports
  • Live Alerts — email alerts on BUY/SELL triggers (Pro+)
  • Signal traffic light — live status per pair (Pro+)

Free has access to 3 strategies (RSI/SMA, Golden Cross, RSI OB/OS). Pro+ unlocks all 10, plus filter combinations, trailing-stop modifiers, and the other advanced features.

A Transparent Closing Note

Keltner Channel Breakout is a robust, simple trend-following system. It's not the best system for every market — no system is. But it's methodologically clean, has clear inputs and outputs, and its behaviour can be backtested well.

What you should test yourself: try Keltner with mid-line exit on your favourite pairs across different market phases — bull (2020-2021), bear (2022), sideways (mid 2023), recovery (2024). Performance varies noticeably.


Try the strategy:

→ tradingstrategies.work/dashboard/crypto

Backtesting Arena · Your own backtests, your own parameters — across 2,000+ assets in every major market.

Try it yourself

Run the backtest with your own parameters and time ranges.

Run backtest →

More on this topic

★ FeaturedStrategy

The Strategy Library: Not a Leaderboard, a Toolbox

Backtesting Arenatradingstrategies.work

25+ strategies, and the honest question is never "which is best?" It's: which fits what, and when? Four truths that run through the whole library — timeframe decides, "beats B&H" often means losing less, win rate isn't profit, and fit beats breadth.

StrategyTrend followingMomentum+1
Jul 8, 20261 min
Strategy

Why the same strategy crushes crypto and bombs the S&P 500

Backtesting Arenatradingstrategies.work

We ran the same RSI/SMA crossover across the top 50 coins and the top 50 US stocks — identical rules, identical window. On crypto it beats the buy-and-hold benchmark 80 % of the time; on stocks, 4 %. Why a trend-following strategy works in one market and bleeds in the other.

Trend followingMean reversionCrypto+5
Jun 19, 20261 min
Strategy

The 200-Day Line: Beats Buy & Hold on Crypto, Sleep-Well on Index ETFs

Backtesting Arenatradingstrategies.work

The 200-day line is the most-cited trend filter in markets: invested above it, out below it. We tested it as a standalone strategy across 110 assets. The result is not one-size-fits-all — on crypto it beats Buy & Hold on return AND drawdown AND Sharpe; on index ETFs it gives up almost no return while nearly halving the drawdown; on single stocks it works poorly. An honest map of where regime timing pays and where it doesn't.

Trend followingBacktestingBuy & Hold+4
Jun 16, 20261 min
Strategy

MACD Cross is live — two modes from one classic

Backtesting Arenatradingstrategies.work

A new strategy is live: Gerald Appel's MACD from the 1970s, now fully tunable (default 12/26/9). Two trade modes — classic signal cross or histogram flip — give you a reactive and a confirming variant from one indicator.

BacktestingCryptoMomentum+1
Jun 11, 20261 min
📬

Don't miss new blog posts

One short email per new post — strategies, backtests, market analysis. No spam, unsubscribe with one click anytime.

By subscribing you accept our privacy policy. We use Resend for delivery. Double opt-in confirmation required.

Comments (0)

Join free to post comments.

Sign up →

No comments yet. Be the first!