Attachments forums

List of attachments posted on this forum.


All files on forums: 161057

Re: MT5 Moving Averages (MAs)

Arcanyx, Fri Apr 11, 2025 12:35 am

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!
All files in topic