What are the top 3 Development Languages or Frameworks to start a solid MQL coding career?
Is it C++, Python, or what? what are the Top 3
MQL
How many additions to mql code did you see that were not made in mql (I have made dlls but I know how rarely the people do that - stick to MQL)
What are the top 3 Development Languages or Frameworks to start a solid MQL coding career?
Is it C++, Python, or what? what are the Top 3
MQL is similar to the syntax of C++. So if you know C++, you should pick up MQL quickly.
As @Mladen Rakic points out, you can add DLL's to MQL code, but other than a few called to native Windows DLL's, I do all of my programming (for trading) in MQL.
What are the top 3 Development Languages or Frameworks to start a solid MQL coding career?
Is it C++, Python, or what? what are the Top 3
There's not much of a "career" in MQL. You dev in MQL because you like/use the platform, but other than that, freelance work is tightly controlled by MQ so they can get their cut. If you want to be good at MQL then you should know C++ concepts and design patterns, not necessarily the c++ lib. The major diffs between C++ and MQL are:
- MQL cannot create reference variables (other than params) or pointers to std types.
- MQL doesn't use namespaces.
- MQL pointers use dot notation instead of '->'
... just to name a few
THank you everyone , appreciated it
Docs.mql4.com
Please don't supply invalid links! The a more complete list with the correct links are as follows:
MetaTrader 5
- Website: https://www.metatrader5.com/
- User Guide and Help: https://www.metatrader5.com/en/terminal/help
- Release Notes: https://www.metatrader5.com/en/releasenotes
MQL5
- Website: https://www.mql5.com
- Reference Documentation: https://www.mql5.com/en/docs
MetaTrader 4
- Website: https://www.metatrader4.com/
- User Guide and Help: https://www.metatrader4.com/en/trading-platform/help
- Release Notes: https://www.metatrader4.com/en/releasenotes
MQL4
- Website: https://www.mql4.com
- Reference Documentation: https://docs.mql4.com/

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
What are the top 3 Development Languages or Frameworks to start a solid MQL coding career?
Is it C++, Python, or what? what are the Top 3