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