MQL4 Object Oriented Development Part 3

In part 3 of the series on Object Oriented programming for MQL4 I review and show working examples of public, private and protected inheritance and virtual functions. I also go back to the channel indicator and add the remaining inputs for the ATR channel.

The first 2 parts of the series introduced a Donchian channel and ATR channel indicator.

See part 1 here:Metatrader Development with Classes
See part 2 here:MQL4 Object Oriented Development Part 2

Future parts will extend on this to include:
* Dashboard development
* Simple persistence model
* Development of an expert advisor using object oriented techniques
* Improvements to the basic code used in the initial classes

The code developed in this video is available on GitHub

https://github.com/OrchardForexTutorials/200330_mql4_object_oriented_programming_part_3_-_inheritance_visibility_virtual_functions

Scroll to Top