Attachments forums

List of attachments posted on this forum.


All files on forums: 136867

Re: Ehlers based indicator(s) - cTrader

Tsar, Sun Mar 11, 2018 2:11 pm

EhlersFilterAl


Ehlers Filter (EF) was authored, not surprisingly, by John Ehlers.
The EF uses Current Prices, prior prices (determined by Momentum length) and their difference over a time period to calculate its value.

Ehlers Filter is a powerful trend-following VertexFX indicator, which provides precise BUY and SELL signal.
This indicator has a minimal lag, of approximately 4 bars, which is very useful in detecting start of trends.
At first we calculate the smoothing coefficient, which is the absolute difference between the Current price and price MOM_PERIOD bars ago.
Next we smooth the price using this smoothing coefficient over the LENGTH bars period. This is called the Ehlers filter.

The current Ehler filter is based on Acceleration and Speed.
The filter uses the close and volume data along with three inputs/parameters to Smooth the price series.

The parameters that should be provided to the Ehler filter function are :
- Length of the FIR (Finite Impulse Response). This is one type of filter, the other one is the Infinite Impulse Response (IIR). For example, the EMA is an IIR filter.
- Exponential weight of passed acceleration and speed
- Weighting factor between acceleration and speed


The Ehler filter is interpreted like any Moving Average (MA) where usually a close price Above the Ehler filter is considered a Bullish sign and a value Below the filter is considered a Bearish sign.

The generalized Ehlers filter can be adapted to any Statistic of your choice. In this case it uses a Triangular Moving Average (TMA) for Smoothing.
All files in topic