dingmaotu / mt4-server

Turn MetaTrader Terminal into a Redis compatible server with ZMQ sockets
Apache License 2.0
163 stars 94 forks source link

It is awesome idea! #1

Closed janckerchen closed 6 years ago

janckerchen commented 6 years ago

I love this idea, mql4 is not my favor.

what's differenc between Mt4ServerRaw.mq4 and Mt4ServerZMQ.mq4?

dingmaotu commented 6 years ago

Mt4ServerRaw.mq4 is for ordinary TCP connections, like redis-cli. Mt4ServerZMQ is for ZMQ client connections.