Elite indicators :) - page 739

 

Squeeze ma with zones - mtf

pokrat

Here you go

pokrat:
Hello

i'm looking for a Squize MA MTF indicator - the standard one is already nice but it could be better

Thank you

squize_ma_averages_zones.mq4

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

 

tc 3x ADX Wilders version : tc_3x_adx_wilders_nmc.mq4

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

 

tc 3x Wilders dmi- : tc_3x_dmim_wilders_nmc.mq4

 

And the last : tc 3 x DI+ Wilders variation : tc_3x_dmip_wilders_nmc.mq4

All three together on the example picture

 

Traders Dynamic Cb ssa normalized

Traders Dynamic_Cb_ssa norm Index_alerts+arrows : traders_dynamic_cb_ssa_norm_index_alertsarrows-1.01_nmc.mq4

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

 

yigal

I don't know what constant rage bar chart are you using (I don't have one) so I tried it on another offline chart (tick chart in this example) and it works OK (i.e. it works on offline charts as it should too). If the constant range chart yiu are using is making standard (as it should be) offline data for metatrader then it should work on it too but with custom offline chart you can never know (there is a significant lack of standard in offline charts and some versions are simply working "their own way" instead of trying to work the "standard way")

PS: attaching a version that works much faster than the previous version. You still need the "libSSA.dll" file in the libraries folder in order to let this indicator works as it should

yigal:
Hi to All,

Guys, please help to make attached indicator run on a constant range bar chart. Currently it makes MT4 freeze constantly.

Many thanks and a Happy New Year!

traders_dynamic_cb_ssa_norm_index_alertsarrows-1.ex4traders_dynamic_cb_ssa_norm_index_alertsarrows-1.mq4

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

 

Composite rsi2 histo : composite_rsi2_histo_nmc.mq4

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

 
michaelB:
This indicator was introduced in post 4529.

Can it be made into a histogram version, with color change on closed bar, not the current bar.

Thank you.

Michael, this is composite rsi2 histogram with color change that is completed on closed bar.

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

 

rsi of averages - advanced from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds and added more averages, now for a total of 20. Included moving averages now 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";

 

Exploring averages (continued ) and rsi this time ...


Added a normalized value too that can be used as an early "warning" of a possible new trend establishing or a previous trend confirmation (the regular multi color rsi in that case looks like this :

So all in all, we now have 4 rsi types of 16 ma types.

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

Reason: