Elite indicators :) - page 732

 

The attached indicator was written by Mladen a few years ago.

As far as I remember, it may recalculate up to 3 bars back.

Would it be possible to add the option with 3, 2 or 1 bar delay,

and extract it as a new external variable, please?

Files:
 
wojtek.paul:
The attached indicator was written by Mladen a few years ago.

As far as I remember, it may recalculate up to 3 bars back.

Would it be possible to add the option with 3, 2 or 1 bar delay,

and extract it as a new external variable, please?

wojtek

It can not be altered in that way. Then it would become almost the same as fractals (and that is not the goal of it)

 

MACD bars advanced 2 from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds and upgraded by adding more averages to it, now it has the possibility of 20 different moving average types.

 

Double smoothed non lag ma

__________________________

At first I though that the way I wrote this one it will repaint. But all the tests I conducted so far (visual back tests and calculation tests) did not show any sign of repainting till now, so I am posting it. For a moment use it with caution (it will need live testing too) but if it proves to be OK to calculate the whole enchalada this way, it seems like an interesting trend estimation indicators : double_smoothed_nonlag_ma_nrp_3_amp_mtf_nmc.mq4

 

...

This is the "MACD bars" with an addition of multi time frame (as far as I see that is the only thing lacking from the already made MACD bars advanced that mr bebeshel was looking for)


One more moving average type added, but it needs and explanation. The "Leader EMA". Even though the way it is calculated is different than the way DEMA is calculated, the results are the same. So I decided to leave it as an option but more like a curiosity how different ways of calculating can result in the exactly same result. Even in the source they are placed one after the other so if someone is interested in the similarities and the differences of those 2 calculated, it can easily be revised. To conclude : what is known as "Leader of the MACD" is actually MACD of DEMA (which also sometimes goes by the name of zero lag ema, but that has been clarified already). Also, some code change has been done which makes the calculation faster

Here is an example of 1 hour dema MACD on a 15 minute chart

macd_bars_advanced_2.mq4

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

 

Hello mladen

Hello Mr.mladen.

Can make nmc virsion this indicator?

thanks!

one_more_average_-_bands.mq4

onchart_rci.mq4

 
yama728:
Hello Mr.mladen.

Can make nmc virsion this indicator?

thanks!

one_more_average_-_bands.mq4

onchart_rci.mq4

Hello Yama728,

This is the on chart rsi made nmc, the one more average bands nmc can be found here: https://www.mql5.com/en/forum/179662/page15

 

Thanks mrtools!

Hello Mr.mrtools.

Thanks nmc mod and navigation

 

Double smoothed stochastic new metatrader 4 compatible : double_smoothed_stochastic_2_nmc.mq4

Original was posted here : https://www.mql5.com/en/forum/general

 

...

In one post I told this manner of drawing "filled areas" is having it's problems in metatrader 4, but posting it here ...

The problem can happen when there are multiple charts of same symbol and time frame opened with different background color (sometimes), when you change the background color of the chart (always, it could be partially avoided by setting color on every new tick, but then it would slow the indicator down too, so, now you have to change time frames in order to fix the wrong color area), in some cases when some objects are displayed in the upper left corner and the OHLC display is turned off, when focus shifts to some other application, and in some cases when you change chart

So this is more an "educational" indicator (as of what and how the metatrader 4 does and why is it causing some problems to us every now and then, so it is more here as an explanation why I told that this mode "fails under some conditions") but maybe it will be useful to someone in this form too (if you use black background, you will probably not experience majority of the problems mentioned above)

double_smoothed_stochastic_2.mq4

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

Reason: