Reply

Email notification on trade

1 replies

Patrick

Customer, bbp_participant, community, 424 replies.

Visit profile

8 years ago #114915

Hi,

 

in MT4 in expert properities there is option email notification on trade….

 

i used email notification on trade trough FTP but it was not working for stop orders. it sent emails every order was made, and not only when trade is open.

 

is there any option to use email notification for open trades only? is this expert function something different than standart FTP in MT4? How does it work?

 

Thank you.

 

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

8 years ago #135993

Hi,

 

you would have to edit final code (MQ4 file) of your EA. There is a piece of code inserted

if(EmailNotificationOnTrade) {
   SendMail("Order opened", getNotificationText());
}

that needs to be moved into function that detects pending order fill

0

Viewing 1 replies (of 1 total)