For most ma's there isn't a flat period unless you use it with the filter turned on.SHABBA wrote: Thu Apr 29, 2021 9:48 pm Please kindly check the indicator, it doesn't show flat or no trend colour.
Thanks.
Re: Moving Average indicators for MT4
1682Don't know what this means?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
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
1683The legendary Averages 9.42 is out! This is big news

Thanks Mrtools.
Moving average indicator
1684I 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
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
1685
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 !
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
1686Try!!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 !
- These users thanked the author pacois for the post (total 2):
- ItalianTrader, moey_dw
Re: Moving Average indicators for MT4
1687Thank 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
1688Try!!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 ! !
To work Install also :1HalfTrend 2.mq4
- These users thanked the author pacois for the post (total 2):
- ItalianTrader, Jimmy
Re: Moving Average indicators for MT4
1689
Thank you a lot Siirrr !!!
Seems working Good !
Thank you again !
Re: Moving Average indicators for MT4
1690Hello, 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
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