Discussion of article "Timeseries in DoEasy library (part 42): Abstract indicator buffer object class"

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
New article Timeseries in DoEasy library (part 42): Abstract indicator buffer object class has been published:
In this article, we start the development of the indicator buffer classes for the DoEasy library. We will create the base class of the abstract buffer which is to be used as a foundation for the development of different class types of indicator buffers.
To make sure once again, simply open the indicator properties (Ctrl+I) and go to the Colors tab:
Names and colors are set for both indicator buffers. The name and color have not been specified, except for the default ones set in the buffer object class constructor. In case of the second buffer, we have reset the color to blue after creating it in OnInit().
Everything works as expected. However, this is just the beginning. In order to create various types of indicator buffers, we need to create inherited classes for each of the graphical construction types and work with these classes from the indicator buffer collection.
Author: Artyom Trishkin