Noon Barbari
S'inscrire
Indicateurs

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.

Formule

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

Exemple

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

Comment Noon Barbari utilise Donchian channel

Chaque concept ici est implémenté dans la plateforme. Ouvre la documentation ou l'outil concerné pour le voir en action.

See the indicators reference

Termes liés

Retour au glossaire