Hi There,
I would like to know if the code of MetaTrader 5 will be similar to C++ and if it will be easy to link MetaTrader to C++.
Thanks and all the best.
UKALGO
NO comments on the structure of MT5 ?
See mql5_russian.chm here - 'Справка по языку MQL5'
Синтаксически язык программирования торговых стратегий MQL5 очень похож на язык программирования С++, за исключением некоторых возможностей:
· | отстутствует адресная арифметика; |
· | отсутствует оператор goto; |
· | нельзя объявить анонимное перечисление; |
· | конструкторы классов и структур не могут иметь параметров; |
· | нет множественного наследования. |
See mql5_russian.chm here - 'Справка по языку MQL5'
Синтаксически язык программирования торговых стратегий MQL5 очень похож на язык программирования С++, за исключением некоторых возможностей:
· | отстутствует адресная арифметика; |
· | отсутствует оператор goto; |
· | нельзя объявить анонимное перечисление; |
· | конструкторы классов и структур не могут иметь параметров; |
· | нет множественного наследования. |
Thanks Rosh for your post.
I would like to speak and read Russian but I am not able to do it.
Do you have an english version of the document that you refer ?
Also, can you confirm that the version MT5 will work similarily to C++ ?
Thanks for your answer in Russian and English !
Uk algo
Promised that MQL5 will be very similar to classic C / C++, except:
1. pointers. that staff with *.
2. goto operator.
3. anonimous enumeration.
4. some exotic staff from so-called "object-oriented programming": classes constructors do not have parameters, no multiply inheritance etc.
From discussion of already-made MQL5-help-file (means "beta" version of MQL5 is ready) in russian part of forum, I can say that MQL5 will be VERY close to C. Great improvement will be structures.
- 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 There,
I would like to know if the code of MetaTrader 5 will be similar to C++ and if it will be easy to link MetaTrader to C++.
Thanks and all the best.
UKALGO