
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Minimum TS is set by each broker,
MIG allowes 6 or 8 pip TS and higher
Minimum TS is set by each broker, MIG allowes 6 or 8 pip TS and higher
Ok, how do I find that out what the min TS is for each broker?
Thanks
@Kalenzo - Thanks for your help. I think I understand it now
EDIT: wait a minute, if TS is moving SL to bid price, isn't that going to close the trade if price drops a pip? TP would only get hit if price continues to move in my favor, correct?
made a change, see above
I can override MT TS of 15 by putting my own in in an EA correct?
Ok, so if I set a trade TP=15 SL=15 TS=6
Open Long 1.2000 SL=1.1985 TP=1.2015
now price moves to 1.2007 triggering TS
So your saying SL doesn't move up 6 to 1.1991 but it moves to bid-TS (1.2001) correct?
Minimum TS is set by each broker,
MIG allowes 6 or 8 pip TS and higher
Ture, but you can get REQUOTE info from your brooker, or when modifying order sl you can get error : INVALID STOPS.
And here is an example how to check minimum SL:
Comment("Minimum SL for "+Symbol()+" is "+MarketInfo(Symbol(),MODE_STOPLEVEL));
Put this line in any indicator that works, at the beginning of the start function and you will see what will happen .