Hi,
What programming language is the best choice for creating a DLL file for MT4?
According to this: https://stackoverflow.com/questions/3921541/programming-language-for-creating-dll-c-or-c-sharp
C would be the best choice to avoid compatibility issues that could happen with C++. Is this true for MT4?
- 2018.11.27
- www.mql5.com
None. Can't sell in the market, can't use a VPS. Overly complicating the code (DLL can't trade, only the MT4 can.) Just write MT4 and be done.
The goal is to implement machine learning strategy. I think it would be hard to use mql4 for everything in such scenario, thus I was thinking of using dll for ML output calculation, and trading / input data collection would be handled by MT4.
Other option is to use a bridge (ZeroMQ) but I think it could be a problem to run backtests (not sure).
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
What programming language is the best choice for creating a DLL file for MT4?
According to this: https://stackoverflow.com/questions/3921541/programming-language-for-creating-dll-c-or-c-sharp
C would be the best choice to avoid compatibility issues that could happen with C++. Is this true for MT4?