Where the signal is supposed to appear, you have simply to add this line code at the next line :
For buy alert :
For sell alert :Code:SendMail ("Name of the indicator: ",Symbol()+" "+Period()+": Buy Alert @ "+DoubleToStr(Bid,Digits));
SENDMAIL will send out email alerts, as long as you have your platform setup to access your email account and use it to send alerts.Code:SendMail ("Name of the indicator: ",Symbol()+" "+Period()+": Sell Alert @ "+DoubleToStr(Bid,Digits));



Reply With Quote

