Interpreter – behavioral design pattern – library MetaTrader 5

Interpreter - behavioral design pattern - library for MetaTrader 5
//+——————————————————————+ //|                                                  Interpreter.mqh | //|                                    2019-2020, dimitri pecheritsa | //|                                                 792112@gmail.com | //+——————————————————————+ //| interpreter — behavioral design pattern                          | //+——————————————————————+ //   design patterns: elements of reusable object-oriented software //   gof > erich gamma, richard helm, ralph johnson, john vlissides //   published — 1994 //+——————————————————————+ //| intent                                                           | //+——————————————————————+ //   given a language, define a represention for its … Read more