Does MT4/5 support websocket

 
Does the MT4/5 platform support websocket connection, who can provide the URL?
If there are other interfaces besides MSQ, we are preparing a new trading platform, which requires api and websocket to push data. I hope you can help me recommend it, thank you
 

Please post in English. Either use the automatic translation tool, or post in one of the other language forums.

MQL5 supports normal network sockets. You will need to implement your code for web-sockets.

There is however an article on web-sockets that may be of use to you.

Articles

Websockets for MetaTrader 5

Francis Dube, 2020.11.25 08:08

Before the introduction of the network functionality provided with the updated MQL5 API, MetaTrader programs have been limited in their ability to connect and interface with websocket based services. But of course this has all changed, in this article we will explore the implementation of a websocket library in pure MQL5. A brief description of the websocket protocol will be given along with a step by step guide on how to use the resulting library.
Documentation on MQL5: Network Functions
Documentation on MQL5: Network Functions
  • www.mql5.com
Network Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: