Quote:
Originally Posted by mladen
I don know
It keeps its loosing trades open and adds new ones with projected 2 pips take profit. When the loosing ones come together, it goes down (that test took 4 trading days to do that).
|
you can change your strategy
double diClose0=iClose(NULL,5,0);
double diMA1=iMA(NULL,5,5,0,
MODE_SMA,PRICE_OPEN,0);
double diClose2=iClose(NULL,5,0);
double diMA3=iMA(NULL,5,4,0,
MODE_SMA,PRICE_OPEN,0);
MODE_SMA-EMA .......etc
PRICE_OPEN-CLOSE-HIGH-LOW......etc
you decide