Page 95 of 102
Re: Dynamic Zone indicators for MT4
Posted: Wed May 10, 2023 8:51 am
by mrtools
Dynamic Zone ADX (Trend version) Smoother with Jurik
This is a dynamic zone adx trend smoothed with jurik with an added built in option to use atr probability levels. The probability levels have a separate mtf from the dz adx trend.
The adx trend I think has been posted somewhere before and has coloring, alerts, and arrows on DZ levels cross, middle level cross, or slope change.
It all seems to work but needs testing.
Re: Dynamic Zone indicators for MT4
Posted: Wed May 10, 2023 7:26 pm
by SijjiN
mrtools wrote: Wed May 10, 2023 8:51 am
This is a dynamic zone adx trend smoothed with jurik with an added built in option to use atr probability levels. The probability levels have a separate mtf from the dz adx trend. The adx trend I think has been posted somewhere before, has coloring, alerts, and arrows on dz levels cross, middle level cross, or slope change. It all seems to work but needs testing.
Hi,
MRTools, if I may have a very humble request, that in my view and experience, can make this indicator very powerful and a lot more useful.
Can a divergency option be added to it with the option to only show divergencies on x amount of candles distance?
If not possible, please do ignore my request as my coding knowledge for mt4 platform is near zero!
Thank you so much for taking the time to read my post/ request!
Thanks!
Re: Dynamic Zone indicators for MT4
Posted: Thu May 11, 2023 4:04 am
by mrtools
SijjiN wrote: Wed May 10, 2023 7:26 pm
Hi,
MRTools, if I may have a very humble request, that in my view and experience, can make this indicator very powerful and a lot more useful.
Can a divergency option be added to it with the option to only show divergencies on x amount of candles distance?
If not possible, please do ignore my request as my coding knowledge for mt4 platform is near zero!
Thank you so much for taking the time to read my post/ request!
Thanks!
Dynamic Zone ADX (Trend version) Smoother with Jurik + Auto Divergences
Added divergence.
PS: For those who are new to Dynamic Zone indicators, please see:
How to install Dynamic Zone .dll MT4.
Re: Dynamic Zone indicators for MT4
Posted: Thu May 11, 2023 4:20 am
by SijjiN
mrtools wrote: Thu May 11, 2023 4:04 am
Added divergence.
wow,
MRTools, Thank you so much for the consideration on my request and for such a fast reply.
Much appreciated!!
Thank you!!!
Re: Dynamic Zone indicators for MT4
Posted: Sat May 13, 2023 9:05 pm
by josi
mrtools wrote: Thu May 11, 2023 4:04 am
thanks for your arduous work;
(if you don't take the obvious example, you can see that it still pays to think before you follow the signals)
Re: Dynamic Zone indicators for MT4
Posted: Sun May 14, 2023 2:21 am
by 太虚一毫
mrtools wrote: Thu May 11, 2023 4:04 am
Dynamic Zone ADX (Trend version) Smoother with Jurik + Auto Divergences
Added divergence.
PS: For those who are new to Dynamic Zone indicators, please see:
How to install Dynamic Zone .dll MT4.
Good indicator!
It is recommended to add a switch option to the daily probability band: false/true.
Re: Dynamic Zone indicators for MT4
Posted: Sun May 14, 2023 2:50 am
by vvFish
mrtools wrote: Thu May 11, 2023 4:04 am
Dynamic Zone ADX (Trend version) Smoother with Jurik + Auto Divergences
Added divergence.
PS: For those who are new to Dynamic Zone indicators, please see:
How to install Dynamic Zone .dll MT4.
Re: Dynamic Zone indicators for MT4
Posted: Sun May 14, 2023 2:56 am
by mrtools
太虚一毫 wrote: Sun May 14, 2023 2:21 am
Good indicator!
It is recommended to add a switch option to the daily probability band: false/true.
Not understanding because now you can choose your Atr probability band timeframe.
Code: Select all
input ENUM_TIMEFRAMES inpAtrTimeFrame = PERIOD_D1; // Atr timeframe for data
Re: Dynamic Zone indicators for MT4
Posted: Sun May 14, 2023 3:11 am
by 太虚一毫
mrtools wrote: Sun May 14, 2023 2:56 am
Not understanding because now you can choose your Atr probability band timeframe.
Code: Select all
input ENUM_TIMEFRAMES inpAtrTimeFrame = PERIOD_D1; // Atr timeframe for data
Good! Choose ATR probability with timeframe – suitable for short-term or intraday trading.

Re: Dynamic Zone indicators for MT4
Posted: Sun May 14, 2023 4:21 am
by kvak
mrtools wrote: Thu May 11, 2023 4:04 am
Dynamic Zone ADX (Trend version) Smoother with Jurik + Auto Divergences
Added divergence.
PS: For those who are new to Dynamic Zone indicators, please see:
How to install Dynamic Zone .dll MT4.
You have my admiration Mrtools.
Your skills with code are incredible.
Hats off....