Ding Li

Results 18 comments of Ding Li

I think I didn't make myself clear. ``` Context context("myContext"); Socket *socket; void OnInit(){ if(isServer) socket = new Socket(context,ZMQ_REP); // server init else // client init ... } ``` This...

What kind of topics do you suggest? I am not aware of its use in other packages but I am glad to add related info.

@eabase you should copy DLLs from `MT4` OR `MT5` and put them directly under your `Library` folder.

I think you should use a MQTT client instead of a ZMQ client.

The problem is a recurring one... Because it is a less commonly used technique, I think the support of this language feature in MetaTrader is buggy. I will look into...

It has been reported that the DLLs does not work on m1 mac. I don't have access to an m1 mac, so it won't be solved in the near future.

Is the problem still there? Can you provide your Terminal version and OS info?

Hi, thanks for your interest in this project. At the moment, I don't have any immediate plans to upgrade to a newer version of ZMQ. Upgrading would involve a significant...