MQL4 Alert Function
Overview
void Alert(argument, ...);Parameters
argument: Any values separated by commas. Up to 64 parameters allowed."\r\n" for line breaks.Return Value
Notes
double type displayed with 8 decimal places.float type displayed with 5 decimal places.DoubleToString() for custom real number precision or scientific format.bool type displayed as "true" or "false".YYYY.MM.DD HH:MI:SS.TimeToString() for custom date formats.Alert() function does not work in the Strategy Tester.Related Functions
Comment()Print()
Previous
arrow_back
Common functions