Complex indicators made easy using objects
by
, 08-04-2022 at 10:17 PM (274 Views)
more...If you have ever tried creating or modifying a complex indicator, you may know some of the problems that arise when increasing the amount of buffers: you'll need to declare tons of double arrays for the buffers, set them as buffers, configure all of them...
You can set as buffers arrays that are contained inside of objects
In this article, we'll explore the options that this trick will give us and come with solutions to be able to apply this trick in any other situation using Object Oriented Programming.