Page 1 of 1

Help with indicator/alert

Posted: Mon Jan 18, 2010 3:08 pm
by JDNeeman
Hello TRO and Everybody!!

i´m again asking for your help,

I´m trying to find or create an indicator or alert that send me an email when the SMA 50 croses the line chart or price (either way up or down) and send the alert when the price be 6 pip up or down after SMA 50 have crosed the line chart price, if you could help me with some guide with this, or create an example , i will appreciate it, see the attachment to check what i´m looking for. thanks!

Thanks in advance!
Best regards!!

Posted: Mon Jan 18, 2010 4:22 pm
by newschool

Code: Select all

if (SignalMail) SendMail("[Signal Alert]", "[" + Symbol() + "] " + DoubleToStr(Bid, Digits) + " Triggered");