MQL5 C#/C++ interoperability

 

Hi,

Is it to possible to call MQL5 functions from C# or C++?

I have seen the contrary here https://www.mql5.com/en/articles/249, but I am not sure if it is possible the other way.

Also, if it is possible how can I pass arguments?

Thank you.


Best Regards

Exposing C# code to MQL5 using unmanaged exports
Exposing C# code to MQL5 using unmanaged exports
  • www.mql5.com
I was looking for a long time to find a simple solution that would enable me to use managed mode C# DLLs in MQL5. After reading many articles I was ready to implement C++ wrapper for managed DLL when I came across a brilliant solution that saved me many hours of work. The solution provided a simple example of exporting managed C# code to be...
Reason: