handle send error
You need to write it, to show what you want to show. Show us your attempt
(using CODE button) and state
the nature of your problem.
No free help
urgent help.
You need to write it, to show what you want to show. Show us your attempt
(using CODE button) and state
the nature of your problem.
No free help
urgent help.
hi,
thanks for your reply, im not sure what to write in terms of code
all i have is the code below
what bit of code do i need to insert to show errors, in the error code appendix https://book.mql4.com/appendix/errors in the jurnal
{ HandleSendError(GetLastError()); // implement this custom functon on your own. return; }

- book.mql4.com
shabaz:
thanks for your reply, im not sure what to write in terms of code
all i have is the code below
- Write out in concrete terms what you want to show. Then, and only then, can you code your HandleSendError.
- You have nothing!! You have a call. You must code the function. See example in Trade Server Return Codes - Codes of Errors and Warnings - Standard Constants, Enumerations and Structures - MQL4 Reference

- Free trading apps
- Free Forex VPS for 24 hours
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
hi all,
im new to programming and trying to modify a free EA.
what code do i need to complete the below, to show codes from https://book.mql4.com/appendix/errors
{
HandleSendError(GetLastError()); // implement this custom functon on your own.
return;
}
many thanks