Greetings, can anyone add an email/sms alert to the attached indicator?
Attached File(s)
Adding an Alert/email function for indicator 0 replies
Please add email alert to this price alert indicator 0 replies
Need some help adding an email alert to this indicator 3 replies
Need help with the system: MT4-> email-> SMS alert to my mobile 0 replies
Programmer wanted for this template (need email, IM or sms alert upon conditions met) 1 reply
DislikedHi!
There is the mail alert in the code. You have only one thing to do, set the mail sending parameters at the metatrader. You find it at the tools / options / emails. (it don't tolerate the ssl, hotmai, yahoo....)
Good luck!Ignored
DislikedI only took a quick look but , the Send Mail function was commented out.
ie. //SendMail("EMA Cross Up on "+Symbol(),"");
and //SendMail("EMA Cross Down on "+Symbol(),"");
I deleted the comment characters, so it should work now as long as you have the email function in MT4 turned on.
Upon first glance it looks like this indicator gives alot of real-time alerts, the way the code is written, every time you get a MT4 alert an email will be sent out.
MarkIgnored
DislikedIt works now; for some reason it would not send to my Gmail accounts, but does send to my local account. Thank you!Ignored