Elite indicators :) - page 784

 
mladen:
Tradefx1

This one works

Kept the logic of it (if I am not mistaken ) : if it wants to open an order and an order of opposite direction exists, opposite order is closed and a new order is opened. If an order in a same direction exist, no new order is opened.

________________________

PS: I stopped back test as soon as it was obvious that it is opening and closing orders as it should. The rest of the work is up to you now Keep up the good work

PPS: attached the indicator I used in tests too. The one with an "_" in the name is the expert advisor and it goes to experts folder, the one without "_" in the name is the indicator and it goes to indicators folder

regards

Mladen

Updated price trender EA : price_trender_nmc.mq4

Files:
 
mladen:
ValeoFX Here you go I left default time frames and default weights as in the nolnalgma version, but you can adjust those to your needs as you will. In time frames it does not matter what order of time frames you use as long as they are separated by ";". Also weights different than defaults might be interesting to use (here is an example where 1 minute time frame is left out and 15 minute weight is set to 5.5 - just for the sake of testing - but it shows what can be done with weights)

Also, in this one added a "safety check" : this one prevents duplicate time frames automatically

regards

Mladen

Updated version compatible with the new mql : dtosc_multi_time_frame_alerts_nmc.mq4

 

Dear mladen,

would you please be so kind and add interpolation to your "macd - gaussian - smoother - arrows_mtf nmc", please ?

Thanks in advance

derfel

 
derfel:
Dear mladen,

would you please be so kind and add interpolation to your "macd - gaussian - smoother - arrows_mtf nmc", please ?

Thanks in advance

derfel

derfel

Here you go : macd_-_gaussian_-_smoother_-_arrows_mtf_1.01_nmc.mq4

 
mladen:
Heiko,

First the Vidya zone

Added one thing : a middle line. You can turn it of (or any of the 3 Vidya values) by setting the appropriate CmoPeriod (Chande momentum period) to less than 1.
PS: any of the 3 Vidyas is fully controllable (so they do not have to be same periods or smoothing periods) That way it can even be "misused" to do something like this (in a single indicator) :

____________________________

PS: be advised that this version has an error in it. I have left it here as a comparison to the correct one (correct one can be downloaded from this post : https://www.mql5.com/en/forum/general )

regards

Mladen

Vidya zone made to be new mql compatible : vidya_zone_nmc.mq4

Files:
 

Normalized MACD of averages from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds and added 2 more averages for a total of 20 averages now.

 

Normalized MACD of averages

This a normalized MACD of averages. Instead of being able to calculate only the MACD of EMA, it can calculate MACD of our usual 18 types of averages and then normalizes it. Signals are not changed (the places where zero lines are crossed) and this one has different coloring for slope changes too).

Averages types that can be used in calculation are the following :
0 = SMA

1 = EMA

2 = Double smoothed EMA

3 = Double EMA (DEMA)

4 = Triple EMA (TEMA)

5 = Smoothed MA

6 = Linear weighted MA

7 = Parabolic weighted MA

8 = Alexander MA

9 = Volume weighted MA

10 = Hull MA

11 = Triangular MA

12 = Sine weighted MA

13 = Linear regression

14 = IE/2

15 = NonLag MA

16 = Zero lag EMA

17 = Leader EMA

updated version posted here: https://www.mql5.com/en/forum/general

 
mladen:
Heiko

Here is the Ehlers non linear filter zone indicator too. But ...

The name of it is not "non linear filter" for a simple reason : the one you posted is a modified Ehlers Distance coefficient filter (will post Ehlers NonLinear filter in next post) In order to avoid future confusion in names and values decided to make it this way

Some things that need to be told : even though this version is not limited in length as the original tradestation version is (which, implicitly can have a maximal length of 50), be advised that the longer the Length processing time is going to raise exponentially (it is a classical case of an equal length loop within a loop) and you might end up waiting for it to "go alive" for big Length parameters.

Also, this time I compared results to tradestation version results and they match completely. As you can see, there are some points that can happen (very rarely, but can) and they are happening both on metatrader version as well as on tradestation original at exactly same place
Metatrader version

And the same thing on Tradestation

PS: additional parameter OriginalCalculation is there to control do you want original calculation (as described in document attached bellow) or you want and additional price pre-smoothing (that is the modification that is made)

regards

mladen

Ehlers Distance coefficient filter zone new mql compatible : ehlers_distance_coefficient_filter_zone_nmc.mq4

 

mladen,

Is it possible for you to make a non repainting version of this indicator?

thanks so much as always for all of your help.

traderdp

David

Files:
Reason: