Re: Dynamic Zone indicators for MT4

1054
Dadas wrote: Fri Jul 18, 2025 3:46 am Now using the + version:
2025-07-17_194520.jpg
No alert where there should be one!

Is there any condition based on the DZ probability parameters?
Or, something with the .dll?
I installed the dll in the first post of this thread.
Got this on M5 nzdusd default settings on the + version. The dll has nothing to do with the alerts.

Re: Dynamic Zone indicators for MT4

1055
mrtools wrote: Fri Jul 18, 2025 4:59 am Got this on M5 nzdusd default settings on the + version. The dll has nothing to do with the alerts.
Well, the down lower band alert worked before, too.
Also, I'm not interested in the default settings.
The alerts should work for any settings, not just for the default.
The alerts should be based solely on close prices in relation to buffer3 and buffer4.
And looking at alertBar+1 and alertBar.


Re: Dynamic Zone indicators for MT4

1056
Dadas wrote: Fri Jul 18, 2025 5:22 am Well, the down lower band alert worked before, too.
Also, I'm not interested in the default settings.
The alerts should work for any settings, not just for the default.
The alerts work on any settings as long as alerts are enabled.

ps) sorry you are not happy with the alerts I have done all I can to help you maybe you can use an iCustom to code the alerts to suit your needs!

Re: Dynamic Zone indicators for MT4

1057
mrtools wrote: Fri Jul 18, 2025 5:33 am The alerts work on any settings as long as alerts are enabled.
The alerts should be based solely on close prices in relation to buffer3 and buffer4.
And looking at alertBar+1 and alertBar.
Let me ask you: on the following image: Are there any alerts enabled?
Should there be a break alert for the upper band up?
Nothing happened.

Re: Dynamic Zone indicators for MT4

1058
Dadas wrote: Fri Jul 18, 2025 5:37 am The alerts should be based solely on close prices in relation to buffer3 and buffer4.
And looking at alertBar+1 and alertBar.
Let me ask you: on the following image:
2025-07-17_213601.jpg
Are there any alerts enabled?
Should there be a break alert for the upper band up?
Nothing happened.
And this is what i got so alerts are working! Why they are not working for you I have no idea, have done all I know what to do.

ps) sorry you are not happy with the alerts I have done all I can to help you maybe you can use an iCustom to code the alerts to suit your needs!

Re: Dynamic Zone indicators for MT4

1059
mrtools wrote: Fri Jul 18, 2025 5:45 am And this is what i got so alerts are working! Why they are not working for you I have no idea, have done all I know what to do.
Did you test with the exact settings as I have?

PS. Like I said, if I had the source code, I could figure it out on my own, but when I don't have it, I will have to spend a lot of time recreating the enums for the input parameters for an iCustom() alert indicator. Then I will have more information, because if then alerts won't work, something is seriously wrong...

Re: Dynamic Zone indicators for MT4

1060
Dadas wrote: Fri Jul 18, 2025 5:48 am Did you test with the exact settings as I have?

PS. Like I said, if I had the source code, I could figure it out on my own, but when I don't have it, I will have to spend a lot of time recreating the enums for the input parameters for an iCustom() alert indicator. Then I will have more information, because if then alerts won't work, something is seriously wrong...
The exact settings you are using is probably what is causing the problem, you are reversing the upper and lower bands!