NEED HELP TO ADD SEND EMAIL CODE FOR ENTRY AND EXIT POSISION WITH DETAIL

 
I need some body can help me to revise my EA, I need to add some code to sent email from my EA about all position New and liQUID. thanks
Files:
 

for new orders you can do:


if(orderSend(bla bla bla) == true) SendMail("subject", "Body");

also:

if(orderClose(bla bla bla) == true) SendMail("subject", "Body");


If you want an alert or email from a SL or TP (not EA monitored), it will be a bit more difficult.



 
jmca wrote >>

for new orders you can do:


If you want an alert or email from a SL or TP (not EA monitored), it will be a bit more difficult.



THANK'S ALOT

 
Hello...if anyone can help me pls...I want to add an alert sound to an indicator and I don`t know how...I tried a lot but I think I miss something :(...I want when a pattern it`s found to give me an alert sound...anyone who can help me please, I appreciate...THANKS IN ADVANCE...I have attached it here...once again THANKS IN ADVANCE!!!
 
Please DON'T double post.