Pattern_v15

1 Views
0 Downloads
0 Favorites
Pattern_v15
ÿþ//+------------------------------------------------------------------+

//|                                                      Pattern.mq5 |

//|                                    2019-2020, dimitri pecheritsa |

//|                                                 792112@gmail.com |

//+------------------------------------------------------------------+

#include <SRC\Patterns\PatternOrganizer.mqh>

//+------------------------------------------------------------------+

//| script program start function                                    |

//+------------------------------------------------------------------+

void OnStart() //launch pattern clients one by one   check result

  {

//---structural

   Run(new Decorator::Client);

  }

//+------------------------------------------------------------------+

//| output                                                           |

//+------------------------------------------------------------------+

//   Decorator::Client::Output

//   concrete operation

//   added state

//   added behavior

//+------------------------------------------------------------------+

Comments