Native wss mql5 connection

 

Any code snippet to connect to wss address through mql5 script? There are third party libs using dlls but they are untrustworthy. I need native wss Websocket connection from mql5.

Thanks,

Anubhav

 
anubhavmeena:

Any code snippet to connect to wss address through mql5 script? There are third party libs using dlls but they are untrustworthy. I need native wss Websocket connection from mql5.

Thanks,

Anubhav

Try here:

https://www.mql5.com/en/articles/8196

Websockets for MetaTrader 5
Websockets for MetaTrader 5
  • www.mql5.com
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.
 
If you exactly know what you want you should exactly know how to search like google: site:mql5.com Websocket.