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
I want to learn more about Forex
I want to learn more about Forex
https://www.mql5.com/en/forum/381853#comment_25845157
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¬ify_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?