C# and Metatrader 5 integration.

 
Hello, good day, I would like to know if there is any other way to connect Metatrader 5 with C# without using .dll, or shared files(but this is too slow) or TCP/IP connection.

I have read that there is documentation for integration with Python, but I have not found information for integration with C#.
 
Manuel Espinosa: Hello, good day, I would like to know if there is any other way to connect Metatrader 5 with C# without using .dll, or shared files(but this is too slow) or TCP/IP connection. I have read that there is documentation for integration with Python, but I have not found information for integration with C#.

Currently the Integration API only supports Python. For C# you can use DLLs.

MQL5 Network Sockets can be used for communication (only as a client) with other applications, independently of programming language.