Dynamic zone indicators ... - page 59

 

Updated Dynamic zone one more average MACD : dynamic_zone_oma_macd_nmc.mq4

Original (with an in-detail description) was posted here : https://www.mql5.com/en/forum/general

 

Dynamic zone OMA MACD

Dynamic zone one more average MACD

____________________

Parameters :
FastLength- period for fast OMA

FastPrice- price used for fast OMA

FastSpeed- speed used for fast OMA

SlowLength- period for slow OMA

SlowPrice- price used for slow OMA

SlowSpeed- speed used for slow OMA

SignalLength- period for signal line

SignalSpeed- speed used for signal OMA

Adaptive- should OMA be adaptive (all OMAs)

DzLookBackBars- number of bars to look back for dynamic zone

ShowZeroLine - do you want the "50%" line to be shown or not
interesting variation can be achieved with all zones set to 0 and letting the zero line be the only one shown (like the second on the picture)

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

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

 

Updated version of Dynamic zone Laguerre rsi one more average smoothed : dynamic_zone_laguerre_rsi_smoothed_nmc.mq4

Original (with detailed description) was posted here : https://www.mql5.com/en/forum/general

 

mindsalike

Here you go There is one deviation to your request. In "ACS1" version simple moving average is used for Laguerre RSI smoothing. It is good for a short smoothing periods (the default 2) and in that case adds a lag of just 1 bar, but it disables some better smoothing (since the lag introduced would be too big). Here is a comparison :
Default smoothing :
Smoothing 15 :
So I decided to use the version I have on my PC. Apart from that, the rest is the same (except for the speed : this one does not calculate MaxBars or all the bars on every tick)

PS: do not be alarmed with difference in look (upper and lower bounds) I simply like to see the upper and lower values hence I did not declare minimum and maximum and the it seem as if the bounds are further

_______________________________

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

_______________________________

regards

mladen

 

Updated version of Dynamic zone rsx oma (rsx that is using one more average pre-filtered prices in calculation instead of using raw prices) : dynamic_zone_rsx_oma_nmc.mq4

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

 

DZ Rsx oma

Here's a DZ Rsx oma!

___________________

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

Files:
 

Dynamic Zones CCI pre-filtered averages originally posted here https://www.mql5.com/en/forum/general updated to include now 20 different averages and also made to be compatible with new mt4 builds.

 

This is the pre filtered CCI with dynamic zones, prefiltering can be done with a choice of the 18 different moving averages.

ps) upgraded version with 20 different moving averages and also compatible with new mt4 builds posted here https://www.mql5.com/en/forum/general

 

Dynamic zone cfb adaptive wprsmooth mtf alerts-correct originally from here https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.

 

corrections

Thanks Mladen for catching that error, working on correcting all the other cfb versions i butchered, here's another one i corrected!

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

Reason: