Has GetLastError() ever returned ERR_NO_ERROR to you?

 

if u have got this error via GetLastError() then how you handle it?

// (functions of OrderSend(), OrderClose, OrderCloseBy, OrderDelete or OrderModify)
// can fail, for a number of reasons, and return either negative ticket number or FALSE.
// One can find out about the reason for fail by calling of the GetLastError() function.
// Every error must be processed in a special way. The most common recommendations are given below.
// Ref: MetaEditor docs, MQL4 Reference - Trading functions - Execution errors


so one of the five trade ops fails.... and GetLastError() called

so I think what if and that is dangerous thinking - lol.


is documented - so I look for what you do if the what if hits you between the eyes ;)


would be nice to get some feedback -


thanking all repliers in advance cuz just know that gonna be hordes eager to relay your experiences...


well... gotta have some +ve expectations, yes?

Reason: