TheLobos: but I can't see any output in any of my MT4 folders.
- Where are you looking? Data folder -> tester -> files not Data folder -> MQL4 -> files.
- Data Structure in MetaTrader 4 Build 600 and Higher - MQL4 Articles 17.02.2014
WHRoeder:
- Where are you looking? Data folder -> tester -> files not Data folder -> MQL4 -> files.
- Data Structure in MetaTrader 4 Build 600 and Higher - MQL4 Articles 17.02.2014
That's it ... I was looking in the wrong place. Everything is under /tester/files ...
Thank you once again.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have an issue with an EA which seems to hang after a few passes during backtesting with optimization. Trying to figure out what's going on, I am using the following code:
and then placing calls to this at various places in my code.
The code compiles cleanly, but I can't see any output in any of my MT4 folders.
Questions
1) Does anybody know of any issues using such code to trace?
2) Does anybody have any better ideas on how to trace an EA in backtesting with optimization mode?
Thank you for any ideas.