
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
Dear MetaQuotes,
Could you please clarify what is the proper description of Return filling policy? On the Symbol Properties documentation page in MQL5 Reference one can read:
and then just below:
In the Market and Exchange execution modes the Return policy is always allowed for all the order types.
Also, in Trade.mqh, there is a section of code like below - which does cover STOP orders, but doesn't cover STOP_LIMIT orders:
So, which statement is true? Can Return be used for STOP orders or not?