kavalius Posted August 15, 2011 Report Share Posted August 15, 2011 Hello, I have this Auto Stop loss / Auto Take profit EA that I want to use, but it seems not to be working neither on TDFX or Pepperstone brokers. For some reason I cant get it to work. Could anyone look at the code to check what could be wrong, or maybe you have a better and working auto stop loss / take profit ea? THANK YOU! The ea: hxxp://www.forexfactory.c0m/attachment.php?attachmentid=471564&d=1273333870 Quote Link to comment Share on other sites More sharing options...
BobR Posted August 15, 2011 Report Share Posted August 15, 2011 (edited) It is worrisome that you used zeroes in the OrderSelect function instead of SELECT_BY_POS and MODE_TRADES. As MODE_TRADES is the the default anyway, you could just as easily leave that out. I'd suggest changing the statement to if(OrderSelect(a, SELECT_BY_POS)). Please give more details about the problem(s) you're having? Any error messages logged under the experts tab and the journal tab will be helpful, too. Edited August 15, 2011 by BobR halcyonn 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.