OPEN-SOURCE SCRIPT

Donchian Channel - trend filter

已更新
Trend filter created based on donchian channel. I am using my custom donchian channel as base for this indicator:
Donchian Channel - Custom


Concept is simple.

We count how many times price is hitting donchian channel top or bottom without hitting the other side and keep counter for both. Thus:

upCount is the number of times price hits donchian channel top without hitting bottom
downCount is the number of times price hits donchian channel bottom without hittin top

trendCountLimit is the minimum value of upCount or downCount to call it uptrend or downtrend.
版本注释
Small change in coloring candles:

Candles are colored in green when uptrend starts by price hitting donchian channel top for trendCountLimit times. Similarly, candles are colored in red when price hits donchian channel bottom for trendCountLimit times. Trend colors are changed to lime/orange if price retraced back to mid of donchian channel. Bars will regain their strong trend color of green and red once they hit top/bottom again.
版本注释
Show Channel made optional to be able to hide it.
版本注释
Added options:

  • UseBinaryTrend : Trend is either green/lime or red/orange. Silver bars are colored with previous trend.
  • UseAdoptive: Option to use adoptive donchian as per script:
    Adaptive Donchian Channel
Donchian Channels (DC)Trend Analysistrendfilter

开源脚本

本着真正的TradingView精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明