TradingView
DonovanWall
Apr 8, 2018 5:07 PM

Gaussian Channel [DW] 

Bitcoin / DollarBitfinex

Description

This study is an experiment utilizing the Ehlers Gaussian Filter technique combined with lag reduction techniques and true range to analyze trend activity.
Gaussian filters, as Ehlers explains it, are simply exponential moving averages applied multiple times.
First, beta and alpha are calculated based on the sampling period and number of poles specified. The maximum number of poles available in this script is 9.
Next, the data being analyzed is given a truncation option for reduced lag, which can be enabled with "Reduced Lag Mode".
Then the alpha and source values are used to calculate the filter and filtered true range of the dataset.
Filtered true range with a specified multiplier is then added to and subtracted from the filter, generating a channel.
Lastly, a one pole filter with a N pole alpha is averaged with the filter to generate a faster filter, which can be enabled with "Fast Response Mode".

Custom bar colors are included.

Note: Both the sampling period and number of poles directly affect how much lag the indicator has, and how smooth the output is.
Larger inputs will result in smoother outputs with increased lag, and smaller inputs will have noisier outputs with reduced lag.
For the best results, I recommend not setting the sampling period any lower than the number of poles + 1. Going lower truncates the equation.

Release Notes

Updates:

Huge shoutout to @e2e4mfck for taking the time to improve the calculation method!
-> migrated to v4
-> pi is now calculated using trig identities rather than being explicitly defined.
-> The filter calculations are now organized into functions rather than being individually defined.
-> Revamped color scheme.
Comments
noid123
Really good indicator. Thanks mate
mzhacker
what does mean grean and red in the indicator?
davet64
whats the best time frame for this indicator
CryptoChrisLondon
@davet64, 5 DAY
longtermgoals
@DonovanWall How should I interpret the thickness of the channel?
DonovanWall
@longtermgoals, The thickness of the channel is really subjective preference. It could be used to capture volatility within it, or it could be used as a buffer zone for bullish and bearish breakouts.
doctordreylive
Can I get this Gaussian indicator
JackOfAllTrades0
@doctordreylive, copy and paste....
ShukriMahadi
@JackOfAllTrades0, copy and paste to where?
EndaKeane
@ShukriMahadi, to the tab at the bottom of your screen that says Script.
Then save it to your favourites.
Then add it to your indicators.
More