Programming MT4 EAs using C# DLL, a tutorial for dummies

 

Hi!

With help from some clever people, I've written a simple, but efficient tutorial for any newbie-ish programmer who wants to include C# projects in their MT4 EA.

https://github.com/DennisGundersen/MT4_To_CSharp_Bridge

Enjoy!

Re

Dennis

GitHub - DennisGundersen/MT4_To_CSharp_Bridge: A prototype for connecting unmanaged code in Metatrader 4 (MQL) to managed code (C#) in modern .NET (6+) using DNNE
GitHub - DennisGundersen/MT4_To_CSharp_Bridge: A prototype for connecting unmanaged code in Metatrader 4 (MQL) to managed code (C#) in modern .NET (6+) using DNNE
  • DennisGundersen
  • github.com
A prototype / tutorial for connecting unmanaged code in MT4 (MQL) to managed code (C#) in modern .NET (6+) using DNNE. Goal The goal of this project was to create a simple, reuseable and generic C# library project that who's dll can be loaded into MQL in order to extend MT4 to take advantage of any modern .NET solution (.NET 6+). No actual...
Reason: