Forum

DLL command execution

Hello all, I am considering linking a trading system currently written in C# to trade an account from the MT4 platform. The system is essentially finished as a standalone executable file set. In order to accomplish this quickly and with a minimum amount of redesign, I am considering writing a DLL

External DLL executing trades in MT4

Hello all, I am considering linking a trading system currently written in C#. The system is essentially finished as a standalone executable file set. In order to accomplish this quickly and with a minimum amount of redesign, I am considering writing a DLL that is able to access commands MT4. My