View Single Post
  #11 (permalink)  
Old 09-10-2009, 07:33 AM
escape's Avatar
escape escape is offline
Member
 
Join Date: May 2009
Location: TURKEY
Posts: 37
escape is on a distinguished road
Quote:
Originally Posted by mladen View Post
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
Reply With Quote