MRPNL

Donchian Channel

DC

Breakout envelope plotting the highest high and lowest low over the past n periods (typically 20); the midline is their average.

Card view

Formula

Upper = Highest High(n);  Lower = Lowest Low(n);  Middle = (Upper + Lower) / 2

Donchian Channels, developed by Richard Donchian (the "father of trend following"), draw three lines: the upper band (highest high over n bars), the lower band (lowest low over n bars), and a midline ((upper + lower) / 2).

The classic Turtle Trading system used a 20-period Donchian breakout as its entry signal: buy when price breaks above the upper band, short when it breaks below the lower band. Channel width is a raw measure of recent volatility. The midline acts as a dynamic mean-reversion target.

#trend#volatility

Related Terms