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

Automated Trading Language Documentation

Screenshot
#NKDM3, M15
Demo
Subscribe to signal
Trend Rhythm cross pairs REAL LIVE
34.07%, 2 601.90 USD
Custom Indicators in MQL5 for Newbies Custom Indicators in MQL5 for Newbies Daily Range Indicator
Daily Range
Author: MarketArt
YEXSYEXS Try product
YEXS
Author: xhxiang

LogLevel

Sets logging level for messages.

void  LogLevel(
   int  log_level      // logging level
   )

Parameters

log_level

[in]  Logging level.

Returned value

None.

Note

Log_level = 0 - logging disabled (used in optimization mode).
Log_level = 1 - logging error messages (default).
Log_level = 2 - logging all messages (used in testing mode).


Updated: 2010.11.30