Page 99 of 108

Re: Dynamic Zone indicators for MT4

Posted: Sun Dec 24, 2023 3:16 pm
by mrtools
Shockr wrote: Sun Dec 24, 2023 10:41 am When I open the indicator: dz adx trend avgs and click on dependencies it shows the name as dynamicZones.dll. This is from the dynamiczones.dll that you put on the download page.
Just copied this from the indicator code:

Code: Select all

#import "dynamicZone.dll"
   double dzBuyP(double& sourceArray[],double probabiltyValue, int lookBack, int bars, int i, double precision);
   double dzSellP(double& sourceArray[],double probabiltyValue, int lookBack, int bars, int i, double precision);
#import
Which you can download from here

Re: Dynamic Zone indicators for MT4

Posted: Mon Dec 25, 2023 7:06 am
by Shockr
Thanks for the help! I finally just deleted everything and rebooted. Loaded everything back and It seems to be working fine! MERRY CHRISTMAS!!!

Re: Dynamic Zone indicators for MT4

Posted: Mon Apr 22, 2024 3:04 am
by ssscary
mntiwana wrote: Wed Mar 08, 2017 10:08 pm Dynamic Zone .dll for MT4
Hi, just want to ask - isn't there a newer version of this library?
I can't find anything after 2017.

Re: Dynamic Zone indicators for MT4

Posted: Mon Aug 05, 2024 9:31 am
by mrtools
FVE (Finite Volume Elements) Dynamic Zone version with Color Fill

Seem to remember someone early this weekend asking about this indicator and can't find their post, anyway, optimized the code and added fill on the fve and it's signal line.

What is the FVE indicator?

FVE serves as a unique money flow indicator, distinguishing itself from other indicators by addressing discrepancies between intraday (e.g. Chaikin's Money Flow) and interday (e.g. On Balance Volume) money flow indicators. The FVE achieves this by considering both intra- and interday price movements within it's calculations.

FVE differs from other money flow indicators by incorporating a volatility threshold to consider minimal price changes, instead of adding or subtracting all volume even if the security closed just 1 cent higher than the previous close.

PS: As this is a "DZ" version of the FVE, please ensure you have the Dynamic Zone .dll installed.

Re: Dynamic Zone indicators for MT4

Posted: Mon Aug 05, 2024 3:14 pm
by Jimmy
ssscary wrote: Mon Apr 22, 2024 3:04 am Hi, just want to ask - isn't there a newer version of this library?
I can't find anything after 2017.
No, that was the most recent one because there hasn't been a need to update it 🙂

Re: Dynamic Zone indicators for MT4

Posted: Sun Aug 25, 2024 7:36 am
by fmr777
Hi, can anyone get the source for this or a similar one? Thanks.

Re: Dynamic Zone indicators for MT4

Posted: Mon Aug 26, 2024 2:36 am
by me100rabh
Dear mrtools sir,

Can you please provide MT5 version of this Indicator? I really need it's MT5 version. Hope you consider my request.

Thanks!


mrtools wrote: Mon Aug 05, 2024 9:31 am FVE (Finite Volume Elements) Dynamic Zone version with Color Fill

Seem to remember someone early this weekend asking about this indicator and can't find their post, anyway, optimized the code and added fill on the fve and it's signal line.

What is the FVE indicator?

FVE serves as a unique money flow indicator, distinguishing itself from other indicators by addressing discrepancies between intraday (e.g. Chaikin's Money Flow) and interday (e.g. On Balance Volume) money flow indicators. The FVE achieves this by considering both intra- and interday price movements within it's calculations.

FVE differs from other money flow indicators by incorporating a volatility threshold to consider minimal price changes, instead of adding or subtracting all volume even if the security closed just 1 cent higher than the previous close.

PS: As this is a "DZ" version of the FVE, please ensure you have the Dynamic Zone .dll installed.

Re: Dynamic Zone indicators for MT4

Posted: Mon Aug 26, 2024 5:29 am
by mrtools
me100rabh wrote: Mon Aug 26, 2024 2:36 am Dear mrtools sir,

Can you please provide MT5 version of this Indicator? I really need it's MT5 version. Hope you consider my request.

Thanks!
Try here

Re: Dynamic Zone indicators for MT4

Posted: Mon Aug 26, 2024 11:12 pm
by me100rabh
mrtools wrote: Mon Aug 26, 2024 5:29 am Try here
Thanks a lot for it!

Re: Dynamic Zone indicators for MT4

Posted: Fri Nov 01, 2024 9:05 pm
by mrtools
BeatlemaniaSA wrote: Fri Nov 01, 2024 1:11 pm Dear @mrtools, @kvak,

I would love for you to fix a peculiarity of the attached indicator.

Whenever I switch the indicator off and then change either timeframes or to a different asset it automatically switches itself back on again. Can this be fixed?

Regards,
Beatle 🪲

! dz adx trend - avgs smoothed (mtf + alerts + arrows + divergence + btn).ex4
Only thing I could find causing the problem was the option to use the button or not, removed that and things seem better, but please test and verify.