MACD indicator - page 91

 

Blau ergodic MACD (by Alexander Gettinger)

Files:
 
mrtools:
This is a TSD forum holiday gift to all our forum users. It uses a possibility of 17 different moving average type. Has lines, alerts, and or arrows at osma change of slope or zero cross. Also has the possibility to use classical and hidden divergence, either on chart or osma values or both. Is multi timeframe with interpolation on the macd, signal line, and histogram. A little more explanation here https://www.mql5.com/en/forum/general

The moving averages are:::::

extern string __0 = "SMA";

extern string __1 = "EMA";

extern string __2 = "Double smoothed EMA";

extern string __3 = "Double EMA (DEMA)";

extern string __4 = "Triple EMA (TEMA)";

extern string __5 = "Leader EMA";

extern string __6 = "Smoothed MA";

extern string __7 = "Linear weighted MA";

extern string __8 = "Parabolic weighted MA";

extern string __9 = "Alexander MA";

extern string __10 = "Volume weghted MA";

extern string __11 = "Hull MA";

extern string __12 = "Triangular MA";

extern string __13 = "Sine weighted MA";

extern string __14 = "Linear regression";

extern string __15 = "IE/2";

extern string __16 = "NonLag MA";

extern string __17 = "Zero lag EMA";

This upgraded to be compatible with the new metatrader.

 

mrtools,make, please, in adjustment of parameters of the indicator a possibility of variation of various MA, for example, as in the indicator Macd all averages

 
Riksha:
mrtools,make, please, in adjustment of parameters of the indicator a possibility of variation of various MA, for example, as in the indicator Macd all averages

Riksha

Some versions that can do that are here : https://www.mql5.com/en/forum/general or here : https://www.mql5.com/en/forum/general

The first one has more options

 

Tell, please, Младен, in Macd double it is possible to combine various types of averages among themselves as in the indicator Macd all averages?

 
Riksha:
Tell, please, Младен, in Macd double it is possible to combine various types of averages among themselves as in the indicator Macd all averages?

Riksha,

Try to do the following : place on the chart 12 period sma and then place a 26 period linear regression value (LSMA) on that same chart. Which one is "faster" and which one is the fast and the slow in that case?

Combining different types of moving averages to get a macd can be done, but it gives a meaningless result in a lot of cases. Better not to use such combinations (but that is my personal opinion, of course)

 

If you can, please make these settings in the indicator average_osma

 
Riksha:
If you can, please make these settings in the indicator average_osma

Riksha,

Now a question from me : why don't you simply use macd all averages?

 

In this indicator there are no some types МА which are available in averages osma

 

In this indicator you cannot make changes that I'm talking about?