Re: Dynamic Zone indicators for MT4

981
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


CodeRe: Dynamic Zone indicators for MT4

984
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.
These users thanked the author mrtools for the post (total 10):
RodrigoRT7, Jimmy, macd & rsi, Cagliostro, newsnick, rafl99, Takashi12, ParallelNative, boytoy, alexm

Re: Dynamic Zone indicators for MT4

985
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 🙂
Myfxbook live trading results 📊

List of our most powerful reversal indicators + Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions + How to draw Support & Resistance


Re: Dynamic Zone indicators for MT4

987
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

990
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.
These users thanked the author mrtools for the post (total 3):
BeatlemaniaSA, talaate, 太虚一毫