vdemydiuk / mtapi

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

Bug in function ParseResult MqlTradeResult #89

Closed KptKuck closed 6 years ago

KptKuck commented 6 years ago

After conversation from string to double the double value are not dot separeted.

image

KptKuck commented 6 years ago

I experimented a bit and with the change the double value is now separated. With a comma, but better than without.

image

vdemydiuk commented 6 years ago

Hi. yes, you are right. There is a bug. I have found it working on issue #82. I will release fix soon.