MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

AABB Active Analyzer Bulls and BearsAABB Active Analyzer Bulls and Bears Try product
AABB Active Analyzer Bulls and Bears
Author: Aktiniy
Subscribe to signal
ReticoloFX CHF EUR USD
17.69%, 1 123.56 USD
Adaptive Laguerre Filter Indicator
Adaptive Laguerre Filter
Author: igorad
Screenshot
کترام, D1
Demo
Interview with Tim Fass (ATC 2011) Interview with Tim Fass (ATC 2011)

SendMail

Sends an email at the address specified in the settings window of the "Email" tab.

bool  SendMail(
   string  subject,       // header
   string  some_text      // email text
   );

Parameters

subject

[in]  Email header.

some_text

[in]  Email body.

Return Value

true – if an email is put into the send queue, otherwise - false.

Note

Sending can be prohibited in settings, email address can be omitted as well. For the error information call GetLastError().


Updated: 2013.02.19