Add Message To Journal MT4

 

Hi I write a code to to trade using MT4 API to perform a trade. Can we add a message to journal, so in the journal can show message such as location or device version ?


Thank You

 
Adi Wibawa: Hi I write a code to to trade using MT4 API to perform a trade. Can we add a message to journal, so in the journal can show message such as location or device version ? Thank You

You can use Print() or PrintFormat() to output text in the "Experts" log, but not to the "Journal" log (which is for the terminal messages).

 
Fernando Carreiro #:

You can use Print() or PrintFormat() to output text in the "Experts" log, but not to the "Journal" log (which is for the terminal messages).

I need to show in journal in MT4 Manager App
 
Adi Wibawa #:
I need to show in journal in MT4 Manager App

What is the Manager app? This forum is for MetaTrader client terminal, not broker’s trader server backend.

Reason: