How to send data from MT4 to Email.

 
how does one send data from MT4 to Email, example Ask, Bid data...
 

in your terminal Tools => Options => Email + code:

SendMail("subject","body"); // explanation in the editor's reference
 
How does one send Buy Order from MT4 to Binary Op...
 
OrderSend(..);

More in the reference and the documentation.

Reason: