Can i use .net DLL from MQL code

 

Dear

I developed a .net dll. i want use this my custom EA. i just want to know is MQL support .NET DLL?

 
Mary Taylor:

Dear

I developed a .net dll. i want use this my custom EA. i just want to know is MQL support .NET DLL?

 

Yes, it is possible if you export DLL functions as MQL needs.
 
Documentation on MQL5: MQL5 programs / Call of Imported Functions
Documentation on MQL5: MQL5 programs / Call of Imported Functions
  • www.mql5.com
MQL5 programs / Call of Imported Functions - Reference on algorithmic/automated trading language for MetaTrader 5
 

Yes you can but must mark functions as exports in dll first.

Search about it you will find it.