Libraries: Working with sockets in MQL5 - page 3

 

very nice work !

i will writing tool with now for testing this! 

 
Do you have also a dll with bidirectional socket conversation?!
 

The solution work very fine on MT5 32bit.

I have tried to compile the socket_mql5.dll for 64 bit but it do not work. Can someone give me a socket_mql5.dll 64 bit which is OK.

 

Thank you

Jürgen Berger 

 
JuergenBerger:

I have tried to compile the socket_mql5.dll for 64 bit but it do not work. Can someone give me a socket_mql5.dll 64 bit which is OK.

Now the project has been updated and is available for 64-bit version. Please test.
 

Hey Andrey

There are a way to make your lib works on MQL4 ?

 

how can i implement a "recv" function on this project?

...and receive data inside of mql5 for execute others functions? 

 
Automated-Trading:

Working with sockets in MQL5:

Author: Andrey Voytenko

PERFECT !

 

Many thanks for the library!


Thanks to the source code, I have extended it with a SocketReadChar method and thus established a stable bidirectional connection to other software in the strategy tester. Minimal and functional.

 
This is still brilliant! But has anyone succeeded in backtesting an EA connected via sockets in this way using the strategy tester? If so, how?
 
Andriy Voitenko #:
Now the project has been updated and is available for 64-bit version. Please test.
Thank you for your very good code, my dear friend, I tested it for 64 bit and it doesn't work. Thank you very much. If you please update the code for 64 bit.