Log in

Sample Code to Export C# DLL to Metatrader

http://vb6-to-csharp.blogspot.com/2012/04/code-to-export-c-dll-to-metatrader.html

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