Script send email for each new open position ?

 

does this script exists ?

send email each time a new position is open (for all pairs and EA)

to use on a VPS account with several EA

thanks in advance

 
OrderSend(......);
SendMail(......);
 

the idea is to have a script that works with an account which run several EAs.

to avoid to code each EA

 
This can not be a script. It should be an Expert Advisor
 

Here you have the idea how to do it

https://www.mql5.com/en/code/9642

Reason: