Scripts do not write logs in MT4

 

Hi. Iam new to MT4 which Iam testing with 2 different brokers, I cannot get my scripts to output any logfile.

Can you advice?

 
Show code and error log + journal and expert output.
 
forexCoder:
Show code and error log + journal and expert output.


Thanks for the reply, well code like this;

Print("HELLO");

Okay I see that its coming in Experts tab, but I thought there would be a logfile somewhere on the harddrive aswell?

 
experts/logs
 

logs files are writing non-realtime, after reboot or with sometime pause. so reading code must work with "clipbuffer"

in codebase are some samples/