Quote:
|
Originally Posted by project1972
Hey David
The worst of an EA seller is when they send to you an ex4 demo version with this code
Code:
if (IsTesting()) {return;}
And when you complain about not backtesting results they say that his EA use special functions who don't work in the backtester. 
|
I belive this code is needed. But not covering the entire EA start() function. I use it to cover the Comment() section and to avoid unwanted latency during backtesting.
Regards
David