vdemydiuk / mtapi

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

TerminalInfoString doesn't work for MT4 #80

Closed mpvyard closed 6 years ago

mpvyard commented 6 years ago

Hi!

I tried to call the method TerminalInfoString, but received an MtExecutionException with MtApiCustomError. Methods TerminalinfoDouble and TerminalinfoInteger work well. In the test GUI client calling this method is omitted, I added it, but got the same error.

What could be the reason for this error?

vdemydiuk commented 6 years ago

Hi. I will investigate this problem soon.

vdemydiuk commented 6 years ago

I have found small bug in mql4 code. I will commit fix asap.

mpvyard commented 6 years ago

Good news, thanks!

vdemydiuk commented 6 years ago

Welcome. :)