Page 1 of 1

Small modificiation to Mladen Guppy MMA for MT5

Posted: Tue Feb 02, 2021 8:46 pm
by econome
There were no inputs for the MA periods, so I added them in as a string which gets converted into the periods[] array.
Input any number of MAs separated by a comma.

Re: Small modificiation to Mladen Guppy MMA for MT5

Posted: Wed Feb 03, 2021 4:29 am
by mrtools
econome wrote: Tue Feb 02, 2021 8:46 pm There were no inputs for the MA periods, so I added them in as a string which gets converted into the periods[] array.
Input any number of MAs separated by a comma.

Modified_Guppies.JPG
Just for information, think Mladen had made it automatic with the standard guppy period settings right here

Code: Select all

int periods[] = {3,5,8,10,12,15,30,35,40,45,50,60};

Re: Small modificiation to Mladen Guppy MMA for MT5

Posted: Fri Feb 05, 2021 1:20 am
by econome
Agreed - it was not meant to be a criticism. Just I was using another system - which has evolved below - and needed to specify for myself the lines to show.