View RSS Feed

mql5

  1. Complex indicators made easy using objects

    by , 08-04-2022 at 09:17 PM
    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
    ...
    Categories
    Uncategorized