Search found 42 matches

Re: Something interesting please post here (metatrader) ...

t27_OsMA+PDC 3.5.ex4 This code is good as the idea but has a major bug. It creates a new level line every second, because it uses the time integer in seconds instead of a date timestamp, and then every second there is a new line at the same price, which not only clutters the platform, but also ...

Re: Beatle's Trend Trading System

Hey Daniel its a ATS trend here you go ;) Is there any chance that you (or anybody else) have a standalone ATS Dynamic Value Line.ex4 indicator? I am asking because I want to build an MTF version using iCustom(). I can't use the ATS V6.ex4 because it has too many input parameters. iCustom() only ...

Re: Dynamic Zone indicators for MT4

Hello people. I have been trying to incorporate this indicator into an EA but I have not had any success. Can someone assist me in the correct code to call and use this indicator please. Many Thanks maahome You use an indicator in an EA by iCustom(). However, there are certain issues: 1. If you ...

Re: Dynamic Zone indicators for MT4

Maybe you can do your own alerts with this version. Much obliged and thanking You Very Much!!! Though I would still like your version with working alerts as I need them... I just want them to alert no matter of trend, just my simple conditions... PS. My alerts are working as I want them in the ...

Re: Dynamic Zone indicators for MT4

The exact settings you are using is probably what is causing the problem, you are reversing the upper and lower bands! So how are you checking for the break conditions??? The color of the bands has no influence on the value of the buffer. So, if the issue is the color of the bands, then your code ...

Re: Dynamic Zone indicators for MT4

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 ...

Re: Dynamic Zone indicators for MT4

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: 2025-07-17_213601.jpg Are there any alerts enabled? Should there be a ...

Return to the advanced search