gooly:
Hi,
I am trying to connect the mt4 as a Socket-Client to a waiting Socket-Serve: I can see the Socket-Server waiting for connection in Windows SysInternalsSuits\TCPView.
I am using the example from here: https://www.mql5.com/en/code/9296.
I found that several things have to be changed as the types don't fit:
In wsockclnt.mq4 I changed:
The client does not connect but has this messages:
So what can I do?
The Socket-server is up and waitung for connection I can see it in TCPView - from that side everything seem to be perfect - MT4 fails again ??
Gooly
Any luck with the issue you had? I have the same problem. Please let me know if you managed to resolve it.
Thanks
I finally used files :(

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I am trying to connect the mt4 as a Socket-Client to a waiting Socket-Serve: I can see the Socket-Server waiting for connection in Windows SysInternalsSuits\TCPView.
I am using the example from here: https://www.mql5.com/en/code/9296.
I found that several things have to be changed as the types don't fit:
In wsockclnt.mq4 I changed:
The client does not connect but has this messages:
So what can I do?
The Socket-server is up and waitung for connection I can see it in TCPView - from that side everything seem to be perfect - MT4 fails again ??
Gooly