Elite indicators :) - page 759

 

bebeshel

Here you go

For the main chart use the "normal" Elder impulse indicator

to move the sub-chart around, use UpperHalf and FromRight parameter. Width in bars is regulated by Width parameter

regards

Mladen

bebeshel:
Sorry I do not fully understand me,...i am speak for, following : Perdone creo que no me e echo entender bien ,...yo ablo de siguiente

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

 

Corrected average - mtf from here: https://www.mql5.com/en/forum/general with excellent explanation about it here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds, and upgraded to include 20 different options of moving average 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";

 

Gan high low activator - heiken ashi : gann_high-low_activator_-_heiken_ashi_nmc.mq4

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

 

Piters

Not exactly what you asked for, but close I did not use SSA in this but decided to make a version that will use smoothed Heiken Ashi (no recalculation (after all this one is a signaling indicator) and it is widely tested - if you want to use a "non smoothed" Heiken ashi, simply set MaPeriodto 1) So this one is using the high and the low of the smoothed Heiken Ashi instead of the High and Low as the original Gann high low activator does
But there is also one thing you should know about this version : even though the conditions for checking "trend" change are not the same, the results of the Gann high / low activator when it uses Smoothed Heiken Ashi high / low values are very similar to the Heiken Ashi itself (when compared to values without post smoothing). There are some differences (it seems that Gann is faster by 1 bar in majority of cases when there is a difference, but that is just a visual test), but the similarity is obvious (see the example - I am referring to points when the trend is changed) So, it is up to ones preferences what to use in this case

PS: a little extra - this one is a mtf and with alerts already

regards

Mladen

Piters2012:
hi Mladen,

can i have SSA [gann hilo activator] of the heiken ashi .. with alerts .. please ?

cheers

Piters

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

 

DTosc & arrows - smoothed & alerts (from this post : https://www.mql5.com/en/forum/general ) updated : dtosc_amp_arrows_-_smoothed_amp_alerts_nmc.mq4

 

Elder safe zone (from this post https://www.mql5.com/en/forum/general ) updated for new mql : elder_safe_zone_nmc.mq4

Files:
 

Adaptive T3 RSI with one error in it corrected : adaptive_t3_rsi_1.01_nrp_nmc.mq4

 
mladen:
Adaptive T3 RSI with one error in it corrected : adaptive_t3_rsi_1.01_nrp_nmc.mq4

Dear Mladen,

Do you think you could do it with divergence visible on it ?

Kind regards

 

Non-repainting CCI (from this post https://www.mql5.com/en/forum/general) with some advanced options : arrows, alerts, multi time frame : cci_-_nrp_amp_mtf_advanced_nmc.mq4

 

altoronto

Here you go Used one of my own. You can set up the type of arrows you want to see separately (show on zone enter and/or zone exit) To turn of the smoothing, set the SmoothLength to less than or equal to 1

regards

Mladen

altoronto:
Mladen, I have to ask you for a favour, can you rewrite this indicator in your fashioned style with arrow or vertical line when CCI exit, cross down/up 100, -100 levels. As always, thank you in advance.

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

Reason: