Command – behavioral design pattern – library MetaTrader 5
//+——————————————————————+ //| Command.mqh | //| 2019-2020, dimitri pecheritsa | //| 792112@gmail.com | //+——————————————————————+ //| command — behavioral design pattern | //+——————————————————————+ // design patterns: elements of reusable object-oriented software // gof > erich gamma, richard helm, ralph johnson, john vlissides // published — 1994 //+——————————————————————+ //| intent | //+——————————————————————+ // encapsulate a request as an object // thereby letting … Read more