Join & EARN

FOREX ALGOS { }

Print (MQL)

An MQL4 function that sends output to the Experts log. Used for debugging or logging, Print() writes text to the “Experts” (or “Journal”) tab in the terminal. For example, an EA may use Print("Order opened: ", ticket); to record information in the log. (To write to a custom file, one would use file I/O functions instead).