Discussion of article "Timeseries in DoEasy library (part 44): Collection class of indicator buffer objects"

 

New article Timeseries in DoEasy library (part 44): Collection class of indicator buffer objects has been published:

The article deals with creating a collection class of indicator buffer objects. I am going to test the ability to create and work with any number of buffers for indicators (the maximum number of buffers that can be created in MQL indicators is 512).

Finally, let's see how bars and candles are displayed. If the methods of writing price values to the buffer arrays work, then bars and candles should be displayed correctly on the chart.

Let's check:


As we can see, everything works as expected.

Author: Artyom Trishkin

Reason: