Discussion of article "Working with sockets in MQL, or How to become a signal provider" - page 2

 
Great it work... thanks..
 
Dose it work with PHP socket server?
 

I want to learn more about Forex

 
Mars Eze #:

I want to learn more about Forex

https://www.mql5.com/en/forum/381853#comment_25845157

 
I use the the signalsever and signalclient, but there always dispaly connection timeout for remote communication , what are problems ?  please help me, thank you.
 

It looks great.
I would like to use it to implement client EA, receiving message from WSS socket (instead of Host name + port).
For example from : wss://demo.piesocket.com/v3/channel_123?api_key=VCXCEuvhGcBDP7XhiJJUDvR1e1D3eiVjgZ9VRiaV&notify_self

How to connect to this socket server?

Thanks in advance for your help.

 

I find that when I use socket in MT5 it must be close socket every tick.

If I don't do it, the socket send data will failed (block or freeze).

So, I need to send data to the server end and close socket every tick.

Next send I need to connect socket again.

Can it possible to keep socket connection during I send or receive data without close every tick?

Reason: