I'll try and keep things short - I got into forex after being "let go" from (programming) my day job & threw myself into it all guns blazing. Six months later I had to face the unfortunate truth that as a trader I make a good programmer.
So, convinced that the strategy I'd developed was basically sound & should be profitable if traded by someone without emotions who just follows the rules, I decided it was time to develop my own EA. Over the last 2 months I've been merrily clicking away deep into the night, and finally am at the point where I'm running some basic backtests.
Here I've run into a bit of a problem. How can I tell that the EA is doing what I designed for it to do? When running the EA in normal time I can make it print to the screen via Comment(), and display a bunch of info that tells me exactly what its doing & why. I can compare that to indicators etc & verify that its working properly (or not).
However, when I try this with backtesting in visual mode, the comments flicker on the screen every now & then for a nanosecond, then are gone. I'm basically blind & can't tell precisely why its trading as it is, which is pretty frustrating.
Has anyone else run into this problem, and is there any way around it? Thanks in advance