samedi 21 mars 2015
Quick EA Question: Strategy Tester, BarOpen v Tick
Posted on 04:07 by nice news
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.
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
Categories: BarOpen v Tick, Quick EA Question: Strategy Tester
Inscription à :
Publier les commentaires (Atom)
0 commentaires:
Enregistrer un commentaire