Page 186 of 434

Re: MT4 Indicators with alerts/signals

Posted: Sat Aug 25, 2018 12:45 am
by mrtools
Hercs wrote: Fri Aug 24, 2018 7:20 pm Gentlemen and ladies so inclined, please look at this indicator and tell me what I am doing wrong as it will simply not alert. I am running it on M-1 TF to see what is going on, but without any success. See attached screen-print for settings used.
All I want it to do is to alert when the colour changes on the central line.
Thanking you sincerely in advance.
Try changing lines #149 and #150 from

Code: Select all

trend1[i]   = trend1[i+1];
 trend2[i]   = trend2[i+1];
to this

Code: Select all

trend1[i]   = 0;
trend2[i]   = 0;
the way it was the alerts would go upper band cross, lower band cross, upper band cross, etc.
this other way it should alert whenever there is a cross.

Re: MT4 Indicators with alerts/signals

Posted: Sat Aug 25, 2018 1:13 am
by Hercs
mrtools wrote: Sat Aug 25, 2018 12:45 am

Try changing lines #149 and #150 from

Code: Select all

trend1[i]   = trend1[i+1];
 trend2[i]   = trend2[i+1];
to this

Code: Select all

trend1[i]   = 0;
trend2[i]   = 0;
the way it was the alerts would go upper band cross, lower band cross, upper band cross, etc.
this other way it should alert whenever there is a cross.
Thanks MrTools, always a pleasure dealing with you.
Pleasant weekend.

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 26, 2018 4:17 pm
by Cladi39
Soo the version i attached dont repaint when the 2ยบ candle late close? it is very important to know that thanks soo much Mrtools
_______________________________________________________

Note : A little correction in the name - "nmt - ttm scalper with subswings alerts mtf 2" (mod)

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 26, 2018 10:57 pm
by C0DE.19

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 26, 2018 11:06 pm
by sithory
Hello friends
I was wondering if I can get the mql4 file for this version : hull_moving_average_2.0_amp_sr_lines_arrows
I have the mql4 for: Hull moving average 2.0 & sr lines +arrows
but i tried to make it draw the line as the first one but could not as I'm still junior coder
I have attached the the mql4 that only draw arrows but not the line
thank a lot for your help

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 26, 2018 11:25 pm
by mrtools
C0DE.19 wrote: Sun Aug 26, 2018 10:57 pm viewtopic.php?p=1295378195#p1295378195,

Hi mrtools
Try to get the original coder to add what you need.

Re: MT4 Indicators with alerts/signals

Posted: Sun Aug 26, 2018 11:33 pm
by mrtools
sithory wrote: Sun Aug 26, 2018 11:06 pm Hello friends
I was wondering if I can get the mql4 file for this version : hull_moving_average_2.0_amp_sr_lines_arrows
I have the mql4 for: Hull moving average 2.0 & sr lines +arrows
but i tried to make it draw the line as the first one but could not as I'm still junior coder
I have attached the the mql4 that only draw arrows but not the line
thank a lot for your help
The lines are working for me.

ps) but just in case try this one, made some little changes because not sure if it will work for different brokers.

Re: MT4 Indicators with alerts/signals

Posted: Mon Aug 27, 2018 4:38 pm
by sithory
mrtools wrote: Sun Aug 26, 2018 11:33 pm

The lines are working for me.

ps) but just in case try this one, made some little changes because not sure if it will work for different brokers.
thanks for your help but it did not show the line too. only arrows
by the way i mean the hma moving average line not the horizontal lines

Re: MT4 Indicators with alerts/signals

Posted: Mon Aug 27, 2018 6:46 pm
by sithory
sithory wrote: Mon Aug 27, 2018 4:38 pm

thanks for your help but it did not show the line too. only arrows
by the way i mean the hma moving average line not the horizontal lines
thanks friend did some trials and it worked fine :)

Re: MT4 Indicators with alerts/signals

Posted: Wed Aug 29, 2018 9:33 pm
by cc06
Can someone kindly help to add a push and email alert state the Pair, TF and Long/short in when Arrow appear for this good indicator.

Thanks ![media][/media]