Client-Server-Socket functions for mt4 >= Build 600

 

Hi,

does anybody knows a lib for Client-Server-Socket Communications with MetaTrader4 > Build 600.

In former times I used a dll-lib, but after my update I only get the message "Cannot load ..." :-(

 

When there is no free dll with a socket communication, I thought about a solution with named piped or something else.

I only need to communicate between my metatrader and a visual studio c++ application.

Now I found the following solutions:

The example of using the Named Pipes in MetaTrader 4: https://www.mql5.com/en/code/10865

OR

MetaTrader 4 Expert Advisor exchanges information with the outside world https://www.mql5.com/en/articles/1361

Can anybody of you confirm, that one of these method is running also with build >= 600??


It would be great, if you anybody can help me!

 
apfel:

When there is no free dll with a socket communication, I thought about a solution with named piped or something else.

I only need to communicate between my metatrader and a visual studio c++ application.

Now I found the following solutions:

The example of using the Named Pipes in MetaTrader 4: https://www.mql5.com/en/code/10865

OR

MetaTrader 4 Expert Advisor exchanges information with the outside world https://www.mql5.com/en/articles/1361

Can anybody of you confirm, that one of these method is running also with build >= 600??


It would be great, if you anybody can help me!


This https://www.mql5.com/en/articles/503 should work with MT4 build 6xx. Not tested though.
 
angevoyageur:
This https://www.mql5.com/en/articles/503 should work with MT4 build 6xx. Not tested though.


It does NOT work, see my other post: https://www.mql5.com/en/forum/151932
Reason: