dan100: please help me with the new updated program line.
|
return value of 'OrderDelete' should be checked client.mq4 297 28 | Check your return codes (OrderSelect) What are Function return values ? How do I use them ? - MQL4 forum |
variable 'd' not used client.mq4 129 12 | Delete your unused variable declarations. |
not all control paths return a value client.mq4 838 1 | What do you return if it's NOT one of those?string OrderType2String(int type) { if (type == OP_BUY) return("BUY"); if (type == OP_SELL) return("SELL"); if (type == OP_BUYSTOP) return("BUY STOP"); if (type == OP_SELLSTOP) return("SELL STOP"); if (type == OP_BUYLIMIT) return("BUY LIMIT"); if (type == OP_SELLLIMIT) return("SELL LIMIT"); ??? } |
WHRoeder:
dan100: please help me with the new updated program line.
|
return value of 'OrderDelete' should be checked client.mq4 297 28 | Check your return codes (OrderSelect) What are Function return values ? How do I use them ? - MQL4 forum |
variable 'd' not used client.mq4 129 12 | Delete your unused variable declarations. |
not all control paths return a value client.mq4 838 1 | What do you return if it's NOT one of those? |
thank you its fix
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
please this is the forex copy that i use to duplicate trade to multiple platform,though am not the own of the program codes. but since i download the latest mt4 update compiling this ea show me error below.please help me with the new updated program line.thanks
below is the attached trade copy EA.