samedi 21 mars 2015

Quick EA Question: Strategy Tester, BarOpen v Tick

Howdy Folks,



I have an EA, which only executes order open/close on BarOpen



int start()

{

bool OpenBar=true;

if(EnterOpenBar) if(iVolume(NULL,0,0)>1) OpenBar=false;

if (OpenBar)

{

//open or close order

}

}



My question:

Why does my EA preform excellently when using Strategy Tester on bar open data, and blows on tick data.

Am I missing something here?



Thanks.

K.

Quick EA Question: Strategy Tester, BarOpen v Tick

0 commentaires:

Enregistrer un commentaire