Page 169 of 389

Re: Moving Average indicators for MT4

Posted: Fri Apr 30, 2021 1:10 am
by mrtools
SHABBA wrote: Thu Apr 29, 2021 9:48 pm Please kindly check the indicator, it doesn't show flat or no trend colour.
Thanks.
For most ma's there isn't a flat period unless you use it with the filter turned on.

Re: Moving Average indicators for MT4

Posted: Fri Apr 30, 2021 2:31 pm
by 太虚一毫
mntiwana wrote: Sun May 07, 2017 8:13 pm Adxvma summed histo - unlimited 1.1
A lot of different setting/state can be achieved,experiments recommended
Don't know what this means?

extern string AdxVmaParams = "10,8;11,8;12,8;13,4;14,5;15,4;16,4;17,4;";

Re: Moving Average indicators for MT4

Posted: Fri Apr 30, 2021 5:31 pm
by Jimmy
mrtools wrote: Thu Apr 29, 2021 7:35 am Try it out.
The legendary Averages 9.42 is out! This is big news :)

Thanks Mrtools.

Moving average indicator

Posted: Fri Apr 30, 2021 8:16 pm
by juanlu999
I would like if someone can make a moving average indicator that allows this:
1. Move it backwards (for example 5 days)
2. As delaying the mean for 5 days means that there is no mean value for those 5 days, making them draw with some method, I don't know if interpolation or another.
3. That can be inserted in a window on another indicator as happens with the average that we have to apply to ... and a drop-down appears and you can select first indicator's data.
Thks

Re: Moving Average indicators for MT4

Posted: Sun May 02, 2021 7:36 pm
by ItalianTrader
Hello , great work up there !
I was trying to find an indicator that alerts me when Price closes below / above a specified MA , i have already an indicator which gives an alert when the price just touch ( or something like that, i'm using it with renko and it seems a bit buggy) , but i need it to alert me when the candle is closed (above / below) , here is what I already have, could someone gently help me ?
Thank you !

Re: Moving Average indicators for MT4

Posted: Sun May 02, 2021 8:56 pm
by pacois
ItalianTrader wrote: Sun May 02, 2021 7:36 pm Hello , great work up there !
I was trying to find an indicator that alerts me when Price closes below / above a specified MA , i have already an indicator which gives an alert when the price just touch ( or something like that, i'm using it with renko and it seems a bit buggy) , but i need it to alert me when the candle is closed (above / below) , here is what I already have, could someone gently help me ?
Thank you !
Try!!

Re: Moving Average indicators for MT4

Posted: Sun May 02, 2021 11:13 pm
by ItalianTrader
pacois wrote: Sun May 02, 2021 8:56 pmTry!!
Thank you very much Sir ! ! Working Great !
I was thinking if it was possible to set an alert if the price close above /below the line of the HalfTrend, in particular of this one but if you have something similar i would be really happy to try it out .
Thank you again ! !

Re: Moving Average indicators for MT4

Posted: Mon May 03, 2021 12:06 am
by pacois
ItalianTrader wrote: Sun May 02, 2021 11:13 pm Thank you very much Sir ! ! Working Great !
I was thinking if it was possible to set an alert if the price close above /below the line of the HalfTrend, in particular of this one but if you have something similar i would be really happy to try it out .
Thank you again ! !
Try!!
To work Install also :1HalfTrend 2.mq4

Re: Moving Average indicators for MT4

Posted: Mon May 03, 2021 12:39 am
by ItalianTrader
pacois wrote: Mon May 03, 2021 12:06 am Try!!
To work Install also :1HalfTrend 2.mq4
Thank you a lot Siirrr !!!
Seems working Good !
Thank you again !

Re: Moving Average indicators for MT4

Posted: Mon May 03, 2021 1:36 am
by Hopar1
Hello, everybody.
Trying to rewrite the old indicator HMA with property strict and I'm getting warning "possible loss of data due to type conversion".
Please help to understand why its giving this warning.

(what I did: changed InIt to OnInIt and start to OnCalculate