
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
This is the first part of a series introducing development of classes for custom indicators.
In this part I create a class for a Donchian Channel indicator.
Future parts will extend on this to include:
* A second indicator
* Inheritance
* Development of an on screen indicator using these classes
* Development of an expert advisor using the classes
* MQL5 versions
* Improvements to the basic code used in the initial class