Dynamic zone indicators ... - page 58

 
thorcmt:
regular would be good then

Thorcmt, here's the regular dynamic rsx nrp with almost all the bells and whistles, which can be turned on or off. To kinda replace the dynamic 2 intermediate zones added osLevels and obLevels, which can be set with external parameters by default they are at 80 and 20. The alerts can be individually controlled it alerts for crossing fifty,upperzone,lowerzone,oversold,overbought, and slope change.

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

 

Dynamic double RVI generic& divergence+arrows https://www.mql5.com/en/forum/general updated for it to be compatible with new mt4 builds.

 

Dynamic zone PA macd ...

Dynamic zone phase accumulation adaptive macd )it is using phase aumulation to find out the fast and the slow period of macd - that way they are almost never the same from bar to bar) made compatible with the new metatrader 4 : dynamic_zones_pa_macd_nmc_1.mq4

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

 

Dynamic double zone jurik pcci made new metatrader 4 compatible : dynanic_double_zone_jurik_pcci_alertsdivergence_nmc.mq4

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

 
Snowski:
Indeed great one. When you're working on options, does this include Divergence? Cheers, San.

Hi San,

Yes here's a version with divergence and the multi alerts, alerts are for hitting the very upper and very lower levels(in indicator calling this OsOb or oversold or overbought). leaving those areas, crossing second level ,slope,and crossing zero line or center line.

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

 

dz AbsoluteStrength of Averages diff originally from here https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds also updated with all 20 available averages, the picture showing mtf dz abs of super smoother and regular timeframe dz abs of super smoother. Averages 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";

 

This indicator is using the absolute strength of averages difference between the bulls and bears, then added the dynamic zones into it.So guess its sort of a macd of averages of sorts but using either rsi or stoch calculations.

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

 

Dynamic zine synthetic smooth rsi mode new metatrader 4 compatible : dynamic_zone_synthetic_smoothed_rsi_nmc.mq4

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

 

Dynamic zone one mor average ...

Dynamic zone one more average made new metatrader 4 compatible : dynamic_zone_one_more_average_nmc.mq4

Original (with the description how to use it) was posted here : https://www.mql5.com/en/forum/general

 

Dynamic zone one more average

Dynamic zone one more average.

________________________________

Seemed as logical to make a dynamic zone of this indicator too. With its "imitating" capabilities good part of moving averages dynamic zones are covered

________________________________

Parameters :
Length- length (period) for averaging AppliedPrice- price to use for averaging (it uses the usual metatrader values :
0 - close

1 - open

2 - high

3 - low

4 - median (high+low)/2

5 - typical (high+low+close)/3

6 - weighted (high+low+close+close)/4

Speed- desired speed (i limited to -1.5 on the lower side but it even does not need that limit - some interesting results with speeds that are less than 0 can be achieved)

Adaptive- does it adapt or not

ShowMiddleLine - do you want the "50%" line to be shown or not. If turned off, you can get a chart like this (somewhat cleaner if using this indicator as "signaling" one

DzLookBackBars- number of bars to look back for dynamic zone

DzStartBuyProbability1- probability for buy zone 1

DzStartBuyProbability2- probability for buy zone 2

DzStartSellProbability1- probability for sell zone 1

DzStartSellProbability2- probability for sell zone 2

________________________________

PS: this one needs the latest dll too. So, in order to make it work, the latest dll from the first post must be downloaded

PPS: it is one more average with speed set to 0 used on the picture posted

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

Reason: