Page 1 of 1

How to write to console/log for debugging

Posted: Wed Nov 11, 2015 7:57 am
by zvolpe
Hi,

I'm new to forex tester (and Delphi, well.. it's been 20 years since I last write a Delphi program) and I'm writing my own strategy.

While writing/debugging my strategy it would be really useful if I could write strings to some kind of console or a log in forex tester as the strategy was tested.

E.g. something like:

console.log("I just placed an order");

Any idea how I can do this in forex tester with Delphi?

Re: How to write to console/log for debugging

Posted: Thu Nov 12, 2015 5:55 am
by FX Helper
You can use Print command and these logs will be shown in "Journal" tab of Terminal window in Forex Tester