Re: MACD indicators for MT4

1222
mate wrote: Fri Mar 07, 2025 9:37 am Here's what happens with two options
Okay did a 4-color version, the only version I have the histogram for some reason was done as an object version, which I am not sure but think it is causing the colors to become different, this version I did is using the color scheme they were trying in the object version but not using objects and the results are different. The histograms I usually do is when the macd is <> 0 that is the main trend and when macd <> it's signal that designates a strong or weak trend, the zones version is using the opposite.

This is the color scheme for the zones version
if (macd[i]>signal[i] && macd[i]> 0) colors[i] = 1; // color up
if (macd[i]>signal[i] && macd[i]< 0) colors[i] = 2; // color neutral up
if (macd[i]<signal[i] && macd[i]< 0) colors[i] = 3; // color down
if (macd[i]<signal[i] && macd[i]> 0) colors[i] = 4; // color neutral down


switch (clr)
{
case 3 : ObjectSet(name,OBJPROP_COLOR,ColorDown); break;
case 4 : ObjectSet(name,OBJPROP_COLOR,ColorNeutralDown); break;
case 1 : ObjectSet(name,OBJPROP_COLOR,ColorUp); break;
default : ObjectSet(name,OBJPROP_COLOR,ColorNeutralUp); break;
}
These users thanked the author mrtools for the post:
mate

Re: Nonlag_MA_MACD for MT4

1224
global wrote: Fri Mar 07, 2025 10:51 pm Hi All,

I'm looking for the nonlag ma macd for MT4 but I'm only finding the MT5 version linked here: attach/file/3234038. I searched the forum but couldn't find it, so if it's available, then I'll really appreciate it if someone can point me to where it can be found. Thanks.


nlma.png
Hello, made this version.
These users thanked the author mrtools for the post:
global


Re: MACD indicators for MT4

1229
almostprofitable101 wrote: Thu Mar 13, 2025 10:57 am i looked at atleast 40 pages i did see that 1 but wasnt sure what the e averages was 👌🏽
Hello, "E-Averages" is Kvak's nickname he uses for his version of the "All Averages" (Moving Averages Filters). Originally created as an add-on for indicators which conveniently allows the analyst to select from a list of Moving Averages types within the indicator, it's referred to as the "All Averages" by Mrtools and Mladen. Moderator Kvak has adopted this feature and will include it into his indicators as an enhancement (when requested) as well.

So, for Mrtools's version it's called the All Averages. Kvak's version is the E-Averages. When an indicator is equipped with the "All Averages" or the "E-Averages" you'll find a dropdown box in the indicator's settings like this (click image to enlarge):
These users thanked the author Jimmy for the post (total 3):
almostprofitable101, RodrigoRT7, kvak
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: MACD indicators for MT4

1230
kvak wrote: Tue Dec 03, 2024 7:05 pm I don't test indicator what you posted, but if you want MACD candles in zero cross, I have this....
Hello Mr Kvak,

I would like to know if it is posstible for you to add Alerts to this Indicator? Thanks

Most Important Alerts:

-Alert When Histogram Flip Zero Line

-Alert When Histogram Color Changes

-Alert When Histogram Changes to BUllish momentum

-Alert When Histogram Changes to Bearish momentum

-Alert Push Notifications to Phone


Less Important Alerts:

-Alert When Signal Line Enters Histogram

-Alert When Signal Line Exits Histogram

-Alert Push Notifications to Email
These users thanked the author Itsart3 for the post:
kvak


Who is online

Users browsing this forum: Cagliostro, Google [Bot], Google Images [Bot], heyuen7, mrtools, RodrigoRT7, serdarı az59 and 23 guests