Debug Expert
Default setting is false. Be careful with this one, especially on backtest.
It will create very large files because the comments are all written to
the log file on every tick. This creates a log to determine if EA is
trading correctly.
Debug Live Trade
Default setting is false. Change to true to allow debug trade log file to
be created. The file will appear in the Experts/Files directory with the
currency pair as part of the file name. This file should be used during
forward testing because the file is open and closed on every write.
The above files will be written to this log file “MTF HAS Trade Log”.
Debug Back Test Trade
Default setting is false. The file will appear in the Tester/Files directory
with the currency pair as part of the file name. This file should be used
during back testing because the file is open and closed on every write.
The above files will be written to this log file “MTF HAS BT Trade Log”.