Noon Barbari
Sign up
Indicators

Donchian channel

Highest high and lowest low over the last N bars — Turtle Trading's core signal.

The Donchian channel, named for Richard Donchian, plots the highest high and lowest low over the last N bars as two horizontal envelopes around price. The midline is the average of the two. The 20-bar Donchian breakout was the entry rule for the original Turtle Trading system in the 1980s.

Reads: price closing above the upper channel = N-bar high breakout (long signal). Price closing below the lower channel = N-bar low (short signal). The channel itself acts as a trailing stop for breakout trades.

Unlike Bollinger Bands, Donchian channels do not use any statistical assumption — they are just the rolling max / min. They are the canonical implementation of a 'breakout above prior range' trading rule.

Formula

Upper = max(high, N)
Lower = min(low, N)
Mid = (Upper + Lower) / 2

Example

20-bar high = 52,000, 20-bar low = 48,000. Mid = 50,000. Today closes at 52,100 — a 20-bar upside breakout.

How Noon Barbari uses Donchian channel

Every concept here is implemented in the platform. Open the relevant docs or tool to see it in action.

See the indicators reference

Related terms

Back to glossary