C# developers who want to get their DLL to link to Metatrader now have a means to that end. Using Robert Giesecke's Unmanaged C# DLL Exports template, it is possible to create a DLL that may be referenced from non-Com enabled languages, like Metatrader's MQL4 or other scripting languages available in many trading packages, such as EasyLanguage (TradeStation).
Sample code and a downloadable sample project are available.
Comments
nice!
Great stuff
Great stuff indeed.
Thanks for the comments guys! The concept is useful for Metatrader developers who want a bit more power from a professional programming environment like C#, when working in the MQL4 / MQL5 scripting languages.