OrderClose error 3,i can't search answer,thank you
zdj229:
OrderClose error 3,i can't search answer,thank you
OrderClose error 3,i can't search answer,thank you
//+------------------------------------------------------------------+ //| stderror.mqh | //| Copyright © 2004-2007, MetaQuotes Software Corp. | //| http://www.metaquotes.net/ | //+------------------------------------------------------------------+ //---- errors returned from trade server #define ERR_NO_ERROR 0 #define ERR_NO_RESULT 1 #define ERR_COMMON_ERROR 2 #define ERR_INVALID_TRADE_PARAMETERS 3 #define ERR_SERVER_BUSY 4 #define ERR_OLD_VERSION 5
.Check include files and you will find stderror.mqh with metaeditor you can read the meaning of all errors
deVries:
.Check include files and you will find stderror.mqh with metaeditor you can read the meaning of all errors
. . . or just read the Documentation . . . Execution errors
ERR_INVALID_TRADE_PARAMETERS | 3 | Invalid parameters were passed to the trading function, for example, wrong symbol, unknown trade operation, negative slippage, non-existing ticket number, etc. The program logic must be changed. |
RaptorUK:
. . . or just read the Documentation . . . Execution errors
ERR_INVALID_TRADE_PARAMETERS | 3 | Invalid parameters were passed to the trading function, for example, wrong symbol, unknown trade operation, negative slippage, non-existing ticket number, etc. The program logic must be changed. |
Nice link (Thanks) but this last occurred error will give also the time errors
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