C++ is the closest but | //+------------------------------------------------------------------+ //| Mql4 is like C++ except: no typedefs or namespaces, no pointers | //| to POD, no operator(), operator*, or operator->, no implicit | //| conversions (operator bool), no templated classes, no Koenig | //| lookup, can't return references, no dynamic cast, no exceptions, | //| no class friends, no multiple inheritance. Can't use template | //| <class X...> must be template <typename x...>. f(const T&){} | //| f(123) or f( f2() ) doesn't compile (Build 765.) Must have a | //| actual variable. Structures must be passed by reference. | //+------------------------------------------------------------------+ |

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I want to know which programming is better for transition into MQL 4 territory – VB, C# or C++?
I have a hobby for programming and I have some time and don’t know which language to choose with the goal to transition toward MQL?
Thanks in advance.