Elite indicators :) - page 688

 

Multi pass averages

This is a multi pass averages. What it does is calculate recursively up to depth 25 any of the available usual 17 types of the averages. As an example here is a simple moving average with calculation depth set to 3 :

PS: it should not be confused with multi pass filter. I simply could not come up with a better name than the "multi pass"

_______________________

Updated version of the indicator compatible with new metatrader 4 posted here : https://www.mql5.com/en/forum/general

Files:
 

adxvma - mtf & zigZag 2 originally from here https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

 

mktsagli

This one for now (no alerts of horizontal lines crossing for now, will make it in next version) You can control almost everything regarding lines and price tags (even the visibility of lines and price labels) and it works in mtf too
regards

Mladen

mktsagli:
Thank you MLADEN for the amazing on the ADXVMA.. i have one request

is it possible to add a horizontal line on the zigzag that show price and alert when price close below the horizontal line

for you convenience i have attach a screen shot as a exemple..

best regards

ps) upgraded version compatible with new mt4 builds posted here https://www.mql5.com/en/forum/general

 

CCI pre-filtered averages originally from here https://www.mql5.com/en/forum/general upgraded to be new mt4 compatible and added a couple more averages, averages now included 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 = "Smoothed MA";

extern string __6 = "Linear weighted MA";

extern string __7 = "Parabolic weighted MA";

extern string __8 = "Alexander MA";

extern string __9 = "Volume weghted MA";

extern string __10 = "Hull MA";

extern string __11 = "Triangular MA";

extern string __12 = "Sine weighted MA";

extern string __13 = "Linear regression";

extern string __14 = "IE/2";

extern string __15 = "NonLag MA";

extern string __16 = "Zero lag EMA";

extern string __17 = "Leader EMA";

extern string __18 = "Super smoother";

extern string __19 = "Smoother";

 

CCI prefiltered averages with floating levels

It seemed as a logical step to make a CCI pre-filtered averages with floating levels. It works as the rest of the floating levels indicators, so this one does not use "absolute levels" but uses percentages of the minimal maximal range for MinMaxPeriod bars as a criteria to find out levels

ps) updated version making it compatible with new mt4 builds posted here https://www.mql5.com/en/forum/general

 

CCI study2_nrp & mtf originally from here https://www.mql5.com/en/forum/general made compatible with new mt4 builds.

 
SAugustine:
Hi Mladen

Yes, I prefer the zero-crosses because I use it as my "early notification" that a "trading opportunity cross-over above the 100/-100" will possibly be approaching. If you are able to ALSO have an arrow signal for the cross-overs into the 100/-100 zone that would be fantastic (because then as an example I could set it up to generate firstly a lime green arrow for zero-cross and then for the actual "trade signal" at 100-cross a dark green arrow).

Thanks & regards

Sylvester

Sylvester, made the colored line version, with alerts and arrows on zero cross and or overbought and oversold.

ps) new mt4 build compatible version posted here https://www.mql5.com/en/forum/general

Files:
 

Fisher Stochastic CG 2 advanced originally from here https://www.mql5.com/en/forum/general made to be compatible with new mt4 builds.

 

Fisher stochastic of center of gravity - advanced ...

This is a "fisherized" version of stochastic center of gravity This way in some cases it is more responsive to changes and maybe it is a bit easier to read and interpret the values. Signal line is different than the one in the regular one, so in this one it is actually the slope that is counting when it comes to color change. As the regular one, this one is already multi time frame version with alerts added

ps) version compatible with new mt4 builds posted here https://www.mql5.com/en/forum/general

 
mladen:
It turned out that multi pass averages needed an update too. Here is an undated version and a histogram version immediately (no lines for now) - posting it to make possible the usage of a regular multi pass averages : multi_pass_averages.mq4 and multi_pass_averages_histo.mq4

Good morning Mladen,

Thank you ever so much - just love it!

Continued success to you.

Reason: