Iterator – behavioral design pattern – library MetaTrader 5

Iterator - behavioral design pattern - library for MetaTrader 5
//+——————————————————————+ //|                                                201021_113117.mq5 | //|                                    2019-2020, dimitri pecheritsa | //|                                                 792112@gmail.com | //+——————————————————————+ //   from: design patterns: elements of reusable object-oriented software //   by: gof: erich gamma, richard helm, ralph johnson, john vlissides //   published in 1994 //+——————————————————————+ //| iterator – behavioral design pattern                             | //+——————————————————————+ //   provide a way to access the elements of an aggregate … Read more