Page 29 of 30

Re: MT5 Moving Averages (MAs)

Posted: Mon Aug 18, 2025 4:26 pm
by asgariHoo
kvak wrote: Sun Aug 17, 2025 4:46 am Hello,
I am sorry, I am really dont know why in this indicator not working mtf code template,
I've redone it from scratch several times to find my mistake in code, but without success for now.
BTW, here is simply histogram of 3 x moving averages, also with menu for cross of MA's and have MTF.
From first picture you see, that signals are same, Try it.
Thanks, Kvak. I appreciate your help as always.

Re: MT5 Moving Averages (MAs)

Posted: Sat Aug 23, 2025 2:05 am
by MeNiazi
mrtools wrote: Thu Jul 24, 2025 8:25 pm Hello, converted it!
Hi....MTF avaliable??

Re: MT5 Moving Averages (MAs)

Posted: Sat Aug 23, 2025 3:32 am
by mrtools
MeNiazi wrote: Sat Aug 23, 2025 2:05 am Hi....MTF avaliable??
Hello, added mtf.

Re: MT5 Moving Averages (MAs)

Posted: Sat Aug 23, 2025 4:11 am
by MeNiazi
mrtools wrote: Sat Aug 23, 2025 3:32 am Hello, added mtf.
Ohh...Thats great....Lots of Gratitude

Re: MT5 Moving Averages (MAs)

Posted: Tue Aug 26, 2025 7:07 pm
by jackboton
Hello programmers, I'd like to ask for your help. Could you modify the candle color display logic as follows:
When the closing price of a candle is above both the EMA9 and EMA36, it should be colored as bullish;
When the closing price is below both moving averages, it should be colored as bearish;
In all other cases, it should be neutral.
Thank you very much!

Re: MT5 Moving Averages (MAs)

Posted: Wed Aug 27, 2025 6:40 pm
by macd & rsi
hello friends ,

could we have the indicator like 3*MA.mq4 in mq5 version ?

I have search the mt5 forum , but nothing I found , just a simple one , which I have attached ,

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 29, 2025 8:20 am
by kvak
macd & rsi wrote: Wed Aug 27, 2025 6:40 pm hello friends ,

could we have the indicator like 3*MA.mq4 in mq5 version ?

I have search the mt5 forum , but nothing I found , just a simple one , which I have attached ,
Hello, here is 3x moving average indicator ( in menu is also mod for use only like 2x ma indicator )
Possible made trend calculation of ma with slope or price cross.
You may choose if you want all signals ( with neutral, gray candles) or only first signal.
Smoothing calculation.
Arrows, alerts and MTF.
Test it please...

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 29, 2025 8:44 am
by thomdel
kvak wrote: Fri Aug 29, 2025 8:20 am Hello, here is 3x moving average indicator ( in menu is also mod for use only like 2x ma indicator )
Possible made trend calculation of ma with slope or price cross.
You may choose if you want all signals ( with neutral, gray candles) or only first signal.
Smoothing calculation.
Arrows, alerts and MTF.
Test it please...

Note : Tested Indicator on demo account.


Respected kvak,

Thanks for this Indicator.

It's working fine on chart.

Edit : Request to Kindly Please Provide Options like what you have provided in MT4.
1) Candle Width, Candle Colour, Line Width, Line Colour : Options to change these : in Main Menu will be beneficial.
2) Show Candles : True / False
3) Button
4) Edit : : Show Ribbon : True / False , Ribbon Colour


Thanks a Lot for all the Uploads.
Thanks. Thanks. Thanks.

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 29, 2025 5:44 pm
by macd & rsi
kvak wrote: Fri Aug 29, 2025 8:20 am Hello, here is 3x moving average indicator ( in menu is also mod for use only like 2x ma indicator )
Possible made trend calculation of ma with slope or price cross.
You may choose if you want all signals ( with neutral, gray candles) or only first signal.
Smoothing calculation.
Arrows, alerts and MTF.
Test it please...
Thank you so much , Your work is outstanding !

Re: MT5 Moving Averages (MAs)

Posted: Mon Sep 01, 2025 6:26 am
by kvak
thomdel wrote: Fri Aug 29, 2025 8:44 am Note : Tested Indicator on demo account.


Respected kvak,

Thanks for this Indicator.

It's working fine on chart.

Edit : Request to Kindly Please Provide Options like what you have provided in MT4.
1) Candle Width, Candle Colour, Line Width, Line Colour : Options to change these : in Main Menu will be beneficial.
2) Show Candles : True / False
3) Button
4) Edit : : Show Ribbon : True / False , Ribbon Colour


Thanks a Lot for all the Uploads.
Thanks. Thanks. Thanks.
Hello, here is version with button for now.