Currently, I'm reading the latest version of the MQL documentation downloaded from the platform which in turn was downloaded from the Metaquotes site.
Do the related pages of this documentation cover all the OOP features present in MQL5?
Or ... do I need to read a separate C++ book for fully utilizing those features?
In my opinion, the documentation covers all the OOP features that it is capable of supporting, but not always in great detail!
Learning C++ will most certainly give you a broader and better understanding of OOP and better prepare you for this type of coding. However, there are many C++ OOP constructs that are not available in MQL5, so you may wish to research both in parallel.
Currently, I'm reading the latest version of the MQL documentation downloaded from the platform which in turn was downloaded from the Metaquotes site.
Do the related pages of this documentation cover all the OOP features present in MQL5?
Or ... do I need to read a separate C++ book for fully utilizing those features?
Currently, I'm reading the latest version of the MQL documentation downloaded from the platform which in turn was downloaded from the Metaquotes site.
Do the related pages of this documentation cover all the OOP features present in MQL5?
Or ... do I need to read a separate C++ book for fully utilizing those features?
You don't need C++ at all. The documentation, articles, and forum is largely enough.
If you have experience with C++ it will help you with mql4/5 OOP, but if don't have experience, just stay with mql5 OOP as C++ will just confuse you.
This site has really a lot of sources, examples, how-tos, etc ... and already started to study some indicators here.
A specialized book may help me for getting more information if needed later for the titles briefly mentioned in the documentation, maybe.
But, it is a good news that the documentation covers all the subjects about the OOP features in MQL5, so I can know what to study harder and what not.
Thanks a lot to all.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Currently, I'm reading the latest version of the MQL documentation downloaded from the platform which in turn was downloaded from the Metaquotes site.
Do the related pages of this documentation cover all the OOP features present in MQL5?
Or ... do I need to read a separate C++ book for fully utilizing those features?