Hello,
I would like to know if there is a trendine price alert indicator that could send me a push notification to my android phone.
I really like the Trendline Price Alert indicator by MOOSE but it doesn't have push notifications.
https://www.mql5.com/en/code/10348 ; if I modify the code and add "SendNotification" command to the file it stops working (I replaced the "SendMail" command).
So I'm doing something wrong. If anyone could help I would be extremely thankful.
Cheers
Lets us see your code, use SRC button to post the code
Hello,
I would like to know if there is a trendine price alert indicator that could send me a push notification to my android phone.
I really like the Trendline Price Alert indicator by MOOSE but it doesn't have push notifications.
https://www.mql5.com/en/code/10348 ; if I modify the code and add "SendNotification" command to the file it stops working (I replaced the "SendMail" command).
SendNotification() just takes one parameter, SendMail() takes two . . . either concatenate them or just use one . . . do you have Notifications set-up correctly and enabled in MT4 ?
The code you posted . . .
if (SendEmail) SendNotification("Upper Alert on " + Symbol(), alertMsg);
. . . didn't you read what I wrote ?
Thank you, I overlooked your post. I got it working now.
Have a nice day Sir and a happy new year.
Thank you, I overlooked your post. I got it working now.
Have a nice day Sir and a happy new year.
Hello,
I found this free crossover indicator online and was trying to change the Send Mail function over to Notification and it doesn't seem to work. I am a programming novice so its probably something stupid but I figured I would give it a shot before I posted it. At least I was able to compile it without error :-). Any help would be greatly appreciated.
Charles.
Hello,
I found this free crossover indicator online and was trying to change the Send Mail function over to Notification and it doesn't seem to work. I am a programming novice so its probably something stupid but I figured I would give it a shot before I posted it. At least I was able to compile it without error :-). Any help would be greatly appreciated.
The information you need is in this thread . . .
SendNotification() just takes one parameter, SendMail() takes two . . . either concatenate them or just use one . . . do you have Notifications set-up correctly and enabled in MT4 ?
Here !
Hello,
I would like to know if there is a trendine price alert indicator that could send me a push notification to my android phone.
I really like the Trendline Price Alert indicator by MOOSE but it doesn't have push notifications.
https://www.mql5.com/en/code/10348 ; if I modify the code and add "SendNotification" command to the file it stops working (I replaced the "SendMail" command).
So I'm doing something wrong. If anyone could help I would be extremely thankful.
Cheers
hey Wernerr please attach the trendline indicator by moose!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
I would like to know if there is a trendine price alert indicator that could send me a push notification to my android phone.
I really like the Trendline Price Alert indicator by MOOSE but it doesn't have push notifications.
https://www.mql5.com/en/code/10348 ; if I modify the code and add "SendNotification" command to the file it stops working (I replaced the "SendMail" command).
So I'm doing something wrong. If anyone could help I would be extremely thankful.
Cheers