Noon Barbari

Retour à tous les indicateurs

donchianIndicateur principal

Donchian Channel

Highest-high / lowest-low channel — breakouts.

Qu'est-ce que c'est

Highest-high / lowest-low channel — breakouts.

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.

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

Lisez la définition complète de Donchian channel dans le glossaire →

Graphique en direct

TradingView n'a pas d'étude intégrée pour cet indicateur, il n'y a donc pas de graphique en direct à intégrer ici. C'est un outil de structure / smart money — le meilleur moyen de le voir est de l'exécuter dans une stratégie et de le backtester.

Paramètres

ParamètrePar défautPlage
Period202 – 500

Champs de sortie

Les valeurs nommées que cet indicateur expose à vos règles d'entrée et de sortie.

upperlowermiddle

En savoir plus sur le blog

Des articles détaillés sur cet indicateur et comment le trader.

Backtester cet indicateur

Placez cet indicateur dans un ensemble de règles, exécutez-le sur des années de données BTC/USDT et voyez si l'avantage est réel ou seulement ajusté à la courbe — sans carte bancaire.