Filters indicators - page 21

 
mladen:
This is an ema variation with filter indicator (a version for a new metatrader 4 was posted here : https://www.mql5.com/en/forum/183353/page49 ) that work with a current builds of metatrader 4 too. Description of "ema variation" can be fond here : https://www.mql5.com/en/forum/183353/page49

I was going to ask for a current metatrader version when I noticed that it is already made Thanks

 
mladen:
This is an ema variation with filter indicator (a version for a new metatrader 4 was posted here : https://www.mql5.com/en/forum/183353/page49 ) that work with a current builds of metatrader 4 too. Description of "ema variation" can be fond here : https://www.mql5.com/en/forum/183353/page49

Mladen

Would you please make mtf version of this indicator ?

Thanks in advance

secretcode

 
secretcode:
Mladen

Would you please make mtf version of this indicator ?

Thanks in advance

secretcode

secretcode

Posted it here : https://www.mql5.com/en/forum/173574/page400

 
mrtools:
Hi Tamarofx,

Added the arrows, the iCustom could go something like

double stlmNow = iCustom(NULL,0,"STLM_hist + arrows",2,currentBar);

double stlmPre = iCustom(NULL,0,"STLM_hist + arrows",2,currentBar+1);

if (stlmNow>stlmPre) //buy

if (stlmNow<stlmPre) //sell

hi mrtools,

if possible please put alert everytime the arrow appear.

thank you very much.

 

WATR1 indicator

Files:
watr.png  90 kb
watr-1.mq4  6 kb
 
tenungskrin:
hi mrtools,

if possible please put alert everytime the arrow appear.

thank you very much.

Hi Tenungskrin, very sorry just now saw your post , added the alerts.

 

One more moving average filter (not bad) ma_filter.mq4

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

Hi guys,

This is suposed to be a filter, 1) it should not give signal in flats, 2) it should not add lag, it is based on an MA and on the Envelopes indicator, could be improved easily, this is to suggest you to create such indis --> filter_envelop.mq4 :

EURUSD M5

 

Hi mladen! I tried Wilder's DMI book.mq4 and it does not seem to work. Could it be that it is not compatible with the mt4 build 600? If that is the case, do you know if there is an update or a different version (That uses the correct and original formula from Wilder's New Concepts in Technical Trading Systems)? If that is not the case, do you have any sugestions to why it might not work?

mladen:
Just a continuation of Linuxsers message : the "to the letter" DMI

The reason it never was posted is that differences (value wise) compared to igorads version are marginal (compare them - you will see)

Also, if some other indicator shows different values than this one, then that indicator is wrong. This one is made to the letter the same way that Welles Wilder calculated it ("New Concepts in Technical Trading Systems" 1978 - starting from page 35)

Btw: apart ofDMI (ADX), SAR, Volatility index, The Relative Strength Index (yes, the RSI), and some more goodies described in that book 30 years ago Maybe it is time people consider actualy reading that book. Anything capable of surviving 30 years in this world must have at least a grain o geniality in it. And that book really does show how the genius thinks
 
3716:
Hi mladen! I tried Wilder's DMI book.mq4 and it does not seem to work. Could it be that it is not compatible with the mt4 build 600? If that is the case, do you know if there is an update or a different version (That uses the correct and original formula from Wilder's New Concepts in Technical Trading Systems)? If that is not the case, do you have any sugestions to why it might not work?

It needs an update for this new metatrader 4. Here you go : wilders_dmi_book_nmc.mq4

Files:
Reason: