| / | Forum |
|
Russell
2008.11.20 20:40
In the EA returned I just removed the Bid < sl condition. I guess the code should look somewhat like this
double b = EMA_DIST*Point; // Must enter trades 10 pips higher or lower than highest high or lowest low // double bh = hh-b; // bh = Buy Higher double sl = ll+b; // sl = Sell Lowerthe b var wasn't used |