Re: MT4 Indicators with alerts/signals

1851
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.
These users thanked the author mrtools for the post:
Hercs


Re: MT4 Indicators with alerts/signals

1852
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

1853
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)
These users thanked the author Cladi39 for the post:
Hercs

Re: MT4 Indicators with alerts/signals

1855
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

1857
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.
These users thanked the author mrtools for the post (total 5):
reachme, Jimmy, MaxTorque, drayzen, Jedidiah


Who is online

Users browsing this forum: akeo, BeatlemaniaSA, ChatGPT [Bot], Facebook [Crawler], Majestic-12 [Bot] and 76 guests