Application The indicator can be utilized into any symbol or timeframe, there are no restrictions. For the creation of the cha...
Showing posts with label Design. Show all posts
Showing posts with label Design. Show all posts
MetaTrader 5 Libraries | Design patterns - Twin
0
/**/ #include <SRC\Patterns\_Main.mqh> namespace Twin { /***************************************************************...
MetaTrader 5 Libraries | Design patterns - Abstract Factory
0
//+----------------+----------------------------------------------------------------------------------------+ //| Abstract |...
MetaTrader 5 Libraries | Design patterns - Builder
0
//---------------------------------------------------------------------------------------------- //BUILDER - A CREATIONAL PATTERN ...
MetaTrader 5 Libraries | Design patterns - Factory Method
0
//FACTORY METHOD ------------------------------------------------------------------------------- // | GROUP // | | creational ...
MetaTrader 5 Libraries | Design patterns - Prototype (creational)
0
//---prototype-------------------------------------------------------- // creational design pattern // ---intent // c...
MetaTrader 5 Libraries | Singleton - creational design pattern
0
//---singleton-------------------------------------------------------- // creational design pattern // ---intent // e...
MetaTrader 5 Libraries | All creational design patterns
0
//+------------------------------------------------------------------+ //| PatternOrga...
MetaTrader 5 Libraries | Adapter - structural design pattern
0
//---adapter---------------------------------------------------------- // structural design pattern //---adapter > intent ...
MetaTrader 5 Libraries | Bridge - structural design pattern
0
//+------------------------------------------------------------------+ //| B...