vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
523 stars 282 forks source link

Add to MtApi5: GetLastError() , ResetLastError() #100

Closed KptKuck closed 6 years ago

KptKuck commented 6 years ago

https://www.mql5.com/en/docs/check/getlasterror https://www.mql5.com/en/docs/common/resetlasterror

These are important functions because AccountInfoInteger and the other same functions do not return an error.

Maybe it is still possible to add the 2nd variant of the functions with Bool as a return?

grafik

Thanks

vdemydiuk commented 6 years ago

I will add function GetLastError and ResetLastError in next version. Also I will add second function SymbolInfoString.