View Single Post
  #5 (permalink)  
Old 04-22-2007, 07:07 AM
davidke20's Avatar
davidke20 davidke20 is offline
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,399
davidke20 is on a distinguished road
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
Reply With Quote