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精神中,這個腳本的作者以開源的方式發佈,這樣交易員可以理解和驗證它。請向作者致敬!您可以免費使用它,但在出版物中再次使用這段程式碼將受到網站規則的約束。 您可以收藏它以在圖表上使用。

想在圖表上使用此腳本?

免責聲明