Trying to use the Print () statement - Not working - please help

 

I am new to Meta Trader programming and am trying to use the Print statement to test out some things. I checked the expert logs, all I see there is the statement:

"Experts are disabled because profile has been changed"; So I went to Tools->Options and under expert advisors tab, unchecked the checkboxes to disable acct when profile changed and restarted, but no new logs still.

I also saw a comment that the print statements get printed on the expert tab. Any idea where this is ? Thanks so much for your help !!


desperate newbie.

 

print() > journal tab

comment() > upper left corner of chartwindow

in comment() you can use "\n" for a new line

Reason: