Page 22 of 30

Re: MT5 Moving Averages (MAs)

Posted: Thu Apr 10, 2025 7:06 pm
by Sutatong
mrtools wrote: Thu Apr 10, 2025 9:41 am Hello, added the shift.
MrTools, please add mtf.

Re: MT5 Moving Averages (MAs)

Posted: Fri Apr 11, 2025 12:21 am
by Arcanyx
mrtools wrote: Thu Apr 10, 2025 9:41 am Hello, added the shift.
Thank you very much! I really appreciate it. Looking forward to testing some ideas with it now. 🙏

Re: MT5 Moving Averages (MAs)

Posted: Fri Apr 11, 2025 12:36 am
by Arcanyx
Hey, thanks again for your help!
There was a small issue where applying any shift value made the MA line disappear. After checking the code with ChatGPT help, I found the fix:
the shift parameter inside iMA() had to be 0, since we're already applying the visual shift through PlotIndexSetInteger().

I’ve attached the corrected version here if anyone wants to use it too. Cheers!

Re: MT5 Moving Averages (MAs)

Posted: Tue Apr 15, 2025 12:06 am
by FiveS
kvak wrote: Sun Feb 02, 2025 6:44 am After a long time, I launched MT5 and I probably won't open it again for a long time :) :)

Here is one version for test .... ( for mtf need tick to working )

This is all what I am able to do with MT5....
Hello kvak, pls add button in your free time. Thanks.

Rgds

Re: MT5 Moving Averages (MAs)

Posted: Tue Apr 15, 2025 7:27 am
by kvak
FiveS wrote: Tue Apr 15, 2025 12:06 am Hello kvak, pls add button in your free time. Thanks.

Rgds
Hello, buttoned version with arrows for test...

Re: MT5 Moving Averages (MAs)

Posted: Tue Apr 15, 2025 7:30 am
by kvak
Here is conversion of my 3x ma histogram MT4 indicator, plot 3 instance of moving average, with arrows and alerts.

Re: MT5 Moving Averages (MAs)

Posted: Tue Apr 15, 2025 7:33 am
by kvak
And here is request for conversion MT4 indicator Xuma 3x histogram

Re: MT5 Moving Averages (MAs)

Posted: Tue Apr 15, 2025 8:27 am
by Wole
kvak wrote: Tue Apr 15, 2025 7:27 am Hello, buttoned version with arrows for test...
Great work.

Can you please add ribbon.
Thank you

Re: MT5 Moving Averages (MAs)

Posted: Tue Apr 15, 2025 9:30 am
by FiveS
kvak wrote: Tue Apr 15, 2025 7:33 am And here is request for conversion MT4 indicator xuma 3x histo
Hi Kvak,

Load perfectly and exactly the same as MT4 version. Many Thanks!

In your free time, pls create candle version.

Rgds.

Edit: Hi kvak, Is that the candle version in your main chart?

Re: MT5 Moving Averages (MAs)

Posted: Mon Apr 21, 2025 1:30 pm
by mrtools
太虚一毫 wrote: Sun Apr 20, 2025 4:20 pm This indicator is interesting. I don't know if TRIX is the best fit? Wouldn't it be more interesting to switch to other moving averages?
Did an average candle version, is this what you meant?