kavalius Posted August 15, 2011 Report 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
BobR Posted August 15, 2011 Report 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now