
Here, we will begin to cover some of the aspects of the MQL5 standard library that are most useful to expert advisor development. Using the standard library requires knowledge of OOP, which was covered previously in this course.
We have covered the basic class objects needed to further proceed with expert advisor development using the MQL5 Standard Library.
In this section, we will cover the class objects used to access miscellaneous trading information using the classes from the MQL5 Standard Library.
In this section, we have learned the class objects used to access miscellaneous trading information using the classes from the MQL5 Standard Library, which simply serve as alternatives to what we already know.
In this section, we will learn to dive deeper into the MQL5 Standard Library by learning to access the properties of orders, deals, and positions.
In this section, we have learned to how to use the MQL5 Standard Library to access the properties of orders, deals, and positions.
This is just a small section about CTrade, which is a class object from the MQL5 Standard Library, used to place orders on the market.
In this section, we learned about CTrade. In future sections, we will learn about CExpertTrade, which inherits from the former, that further streamlines the process of trading for our expert advisors.
In this section, we will learn about how to access chart data using the MQL5 Standard Library.
In this section, we have learned how to access chart data using the MQL5 Standard Library.
In this section, we will learn the top-level components that comprise an expert advisor, using the MQL5 Standard Library.
In this section, we have learn the top-level components that comprise an expert advisor, using the MQL5 Standard Library. In the next section, we will learn how to put these all together using walkthrough videos.
Now would be the time to apply everything we have learned about the MQL5 Standard Library when it comes to developing expert advisors. Code with me as I walk you through the entire process.
Now, you already have the knowledge and skills to start building your own expert advisors, using either OOP or the Standard Library, whichever methods suits you best. Good luck!
This course has everything you need to get the most in algorithmic trading, and with less code.
This course was designed with the trader in mind:
Low information diet - take only what you need to move on to the next section or lesson
Learn the rules of trading which you may use as well to enhance your own manual trading
Develop MQL5 programming skills and learn to apply to solve common problems in both manual and automated trading
This course takes the programming skills of traders to the next level. It allows one to code expert advisors with even lesser lines of code, through object-oriented programming. Less time coding, more time for learning and trading.
By the end of this course, students would be able to code expert advisors from a higher level of abstraction than what procedural programming can possibly offer. Through the use of class files, one would be able to create a new expert advisor with just several lines of code. One will no longer have to build everything from scratch--build complex expert advisors with less code.
This is programming course is aimed at making the life of the trader easier by enabling one to develop his or her own MQL5 programs, and augment his or her trading skills through automation. It also allows the trader to execute trading rules and tasks that can be cumbersome or time-consuming when executed manually.