dingmaotu / mql-zmq

ZMQ binding for the MQL language (both 32bit MT4 and 64bit MT5)
Apache License 2.0
544 stars 298 forks source link

Connect is not working in Expert Advisor, #21

Closed glikoz closed 5 years ago

glikoz commented 6 years ago

You can check that:

Copy HelloWorldClient to OnTick method in ExpertAdvisor.

It is not working :(

My Server side is C# (.NET), I want to collect all OnTick data from MT4 , for example: I will add magical Expert Advisor to EURUSD, USDJPY,EURJPY and Collect all TickData on C# side.

2 days wasted :(