OrderClose error 3 is mean

 
OrderClose error 3,i can't search answer,thank you
 
zdj229:
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_PARAMETERS3Invalid 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_PARAMETERS3Invalid 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

Reason: