AustenConrad / mql4zmq

MQL4 bindings for ZeroMQ
http://mql4zmq.org
MIT License
74 stars 49 forks source link

Update for MetaTrader v600+ #4

Closed ungratefulson closed 10 years ago

ungratefulson commented 10 years ago

MetaTrader v600 employs Unicode instead of Ansi. Changes made to mql4zmq.mqh to convert strings to uchar[] when sending to zmq, and converting uchar[] to string when receiving.

AustenConrad commented 10 years ago

This pull request was succeeded by the merged pull request https://github.com/AustenConrad/mql4zmq/pull/6