vdemydiuk / mtapi

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

the checking for the result of getIntValue in Execute_SymbolInfoString in mql4 is wrong #173

Closed HengzheLi closed 4 years ago

HengzheLi commented 5 years ago

line 5338 is if (getIntValue(ExpertHandle, 1, propId, _error))

It should be if (!getIntValue(ExpertHandle, 1, propId, _error))

vdemydiuk commented 4 years ago

Merged pull request #174. Thanks.