gudruolis: for some strange reason 1 our of 3 pairs does not work on MT4 tester, and i cant understand why.
| 'Testing Features
and Limits in MetaTrader 4' - MQL4 Articles Trading is permitted for the symbol under test only, no portfolio testing Attempts to trade using another symbol will return error |
hi, whroeder1,
im not multipair testing.
just using same EA for different pairs.
So for example - EA closes correctly orders for GBPJPY, but it doesnt close for EURUSD. It closes correctly for GBPAUD.
so what can be the root for error?
code below does not "fix" to any pair..
MarketInfo(OrderSymbol()
gudruolis: so what can be the root for error?
| Check your return codes (OrderSelect and OrderClose) What are Function return values ? How do I use them ? - MQL4 forum and Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles |

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
guys,
for some strange reason 1 our of 3 pairs does not work on MT4 tester, and i cant understand why.
error closing order. what can be wrong and why 2 pairs work, the 3rd wont (all pairs are in market watch window - valid).
here is the code.
any ideas please?