Memento – behavioral design pattern – library MetaTrader 5
//+——————————————————————+ //| 201104_114239.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 //+——————————————————————+ //| memento – behavioral design pattern | //+——————————————————————+ // without violating encapsulation, capture and externalize an object’s //internal state so … Read more