Filters indicators - page 23

 

Kalman filter indicator

kalman_filter.mq4

Files:
 

GG rsi + cci filter gg-rsi-cci.ex4

Files:
 

Symmetrically weighted FIR filter by Alexander Gettinger

fif.mq4

Files:
fif.mq4  2 kb
fif_mql.png  72 kb
 

Super8 filter indicator super8_filter.mq4

Files:
 

MA filter indicator ma_filter.mq4

Files:
ma_filter.gif  31 kb
ma_filter.mq4  5 kb
 

Butterworth Moving Average

buttma.mq4

Files:
buttma.mq4  2 kb
buttma_mql.png  87 kb
 

Then some indictor act as filter, they don't give signal in flat, like the XO indicator.

So mixing an XO, or some step indicator, would filter the false signal given by trend indicator :

Then it is suffisant in an EA to add a line if( signal_rsi_buy !=0.0 && XO >0 ) result_signal = signal_rsi_buy;

Or to store in a memory the last signal .... to get the same, so signals will be filtered.

So what is needed is indicator which don't give signal when price are trending, and indicator which don't give signal when price are into a flat.

I don't have the time to create the corresonding EA, but if someone can do it, it would be nice

Files:
 

Hi Guys,

I posted an indicator which can be used as a filter : post 209.

Well, when it is about filter, there is two different things, the digital filter come from radio electicity, I think, they are some kind of MA, but for trader, a filter is something which filter the market, and éliminate the bad or false signal.

There is some kind of indicator which indicate nicely the trend, but give lots of false signal in flats, like this one :

Files:
 

DMI oscillator indicator

dmi_oscillator.mq4

Files:
dmio.gif  37 kb
 

zone trade version 2.4

zonetrade_v2.4.mq4

Files: