Anyone who knows to implement Sockets IO
-
Anyone who knows how to implement a socket connection,
-
Could you please provide more info?
-
I don't think so
-
Ok I made a nodejs socket server, when I send a message from MT5 to the server it receives it.
this is the code:
int socket = SocketCreate();
char req[];
int len = StringToCharArray("Buy", req) - 1;
SocketSend(socket, req, len);
SocketClose(socket);But I can make it receives data from the server, I try with SocketRead(), but I can't get it works
-
Ooops. This goes far beyond my capabilities. I'm afraid I cannot be of any help, sorry.
-
thanks Bro