MQL4 - automated forex trading   /  

Forum

only places buy trades

Back to topics list  | 1 2 To post a new topic, please log in or register

avatar
251
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 Lower
the b var wasn't used
Back to topics list   | 1 2  

To add comments, please log in or register