Page 78 of 115

Re: MACD indicators for MT4

Posted: Thu Apr 14, 2022 12:30 pm
by sahaeta
Thanks you very much

Re: MACD indicators for MT4

Posted: Sun Apr 17, 2022 1:00 pm
by Banzai
Banzai wrote: Sat Nov 13, 2021 1:57 am OSMA + background zones + vertical lines

no MTF yet
vertical lines = on or off
alerts = on or off

Background zones on the main chart = on or off
Background zones in the first separated window = on or off
Background zones in the second separated window = on or off
Background zones in the third separated window = on or off

OSMA (zones lines alerts).mq4
(31.51 KiB) Downloaded 183 times
OSMA + background zones + vertical lines + ahtf

Finally, mtf work.
ahtf = automatic higher time frame
OsMA is an abbreviation for the term oscillator of a moving average (MA). The OsMA is a technical indicator that shows the difference between an oscillator and its moving average over a given period of time.
--------------------------------------------------------
Download:
OSMA (alerts ahtf).mq4

Re: MACD indicators for MT4

Posted: Sun Apr 24, 2022 4:39 am
by kvak
honje19960321 wrote: Sun Apr 24, 2022 4:25 am Thank you so much. God is with you,
Have a Nice Day ;)
And found another my version of simple line macd with mtf, and something more.....so try...

Re: MACD indicators for MT4

Posted: Mon Apr 25, 2022 3:44 am
by gostego
I'm looking for an update of this indicator, I would need to modify the colors of the line and also try it with various moving averages and settings. Could you renew it of indicate to me something similar?

Re: MACD indicators for MT4

Posted: Mon Apr 25, 2022 3:47 am
by mrtools
gostego wrote: Mon Apr 25, 2022 3:44 am I'm looking for an update of this indicator, I would need to modify the colors of the line and also try it with various moving averages and settings. Could you renew it of indicate to me something similar?
Can't do anything with an ex4 file.

Re: MACD indicators for MT4

Posted: Mon Apr 25, 2022 3:51 am
by gostego
mrtools wrote: Mon Apr 25, 2022 3:47 am Can't do anything with an ex4 file.
I have found it in this topic but unfortunately only in ex4.

Re: MACD indicators for MT4

Posted: Tue Apr 26, 2022 1:07 am
by cptwillwilliams
Hey Coders! Do you think it would be possible to make a double macd indi that sends alerts (definitely mobile alerts) when both signals have crossed their macd, or you can set it to send signals (maybe with arrows on chart also) when just one of the signal lines crosses its macd? Or has there already been one made? IE I like to use XARD numbers...multiples of nine. Let's say I set two macd's to 9,36,9 (macd 1) and 36,144,36 (macd 2). Like, make it possible to alert when both the signals have crossed or only alert when the signal of my macd of choice has crossed. And possibly set the moving averages to however you want. I love using the TMA (Triangular MA).

Re: MACD indicators for MT4

Posted: Tue Apr 26, 2022 2:14 am
by mrtools
cptwillwilliams wrote: Tue Apr 26, 2022 1:07 am Hey Coders! Do you think it would be possible to make a double macd indi that sends alerts (definitely mobile alerts) when both signals have crossed their macd, or you can set it to send signals (maybe with arrows on chart also) when just one of the signal lines crosses its macd? Or has there already been one made? IE I like to use XARD numbers...multiples of nine. Let's say I set two macd's to 9,36,9 (macd 1) and 36,144,36 (macd 2). Like, make it possible to alert when both the signals have crossed or only alert when the signal of my macd of choice has crossed. And possibly set the moving averages to however you want. I love using the TMA (Triangular MA).
Image
A macd like this one Macd x2

Re: MACD indicators for MT4

Posted: Tue Apr 26, 2022 2:40 am
by cptwillwilliams
mrtools wrote: Tue Apr 26, 2022 2:14 am A macd like this one Macd x2
exactly! however, this one doesn't seem to alert when the signal crosses the macd. And also with a few more options of the MA Method (like the TMA)???

Re: MACD indicators for MT4

Posted: Tue Apr 26, 2022 5:31 am
by mrtools
cptwillwilliams wrote: Tue Apr 26, 2022 2:40 am exactly! however, this one doesn't seem to alert when the signal crosses the macd. And also with a few more options of the MA Method (like the TMA)???
Added all the averages, macd1 and macd2 signal cross arrows and alerts.