Connect to server using MQL5 function

 

Hi,

I´m needing help to found a MT5 function that connect to server. I mean, connect using mq5 code.

I want to write a DLL that:

  1. Connect with a crypto trading platform by websocket;
  2. Permit us to add symbols on Market watch panel, like pairs: BTC/USD, BCH/BTC then open charts and trade with them;


Best regards,

Marcos Freitas de Morais

 

Use something like this:


https://www.mql5.com/en/code/9772


? But I don't think you can add it to the market panel as a user.


Are you interested in a mql like API, but want to trade cryptos?

TCP socket
TCP socket
  • www.mql5.com
I'm using this code for a script i have so i deleted the protocol mqh library, but it should still work. I made ryaz's winsock server example into some utility functions. Report any bugs or improvements back please! Hope you find tcp sockets as simple as they...
Reason: