LOGIN

Join & EARN

FOREX ALGOS { }

What We Do

BlackBox

Backtest Results How It Works Full Refund Promise Supported Brokers Income Targets

Robots Glossary

Print (MQL)

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).