Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

Programming Patterns - Strategy - script pour MetaTrader 5

Vues:
7900
Note:
(14)
Publié:
2019.09.25 17:24
Mise à jour:
2019.09.29 10:45
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance


  • A good architecture is extendable, supportable, and reusable.
  • Patterns help build hq systems.
  • Patterns are proven to be good by experience.
  • Patterns are generic solitions for software engineering challenges.
  • Choose your pattern, don't invent it.
  • Most patterns are designed to manage changes of the architecture.
  • Most patterns incapsulate variable aspects of the systems.
  • Developers know patterns and effectively communicate with each other.

OOP CONCEPTS:

  • Abstraction,
  • Encapsulation,
  • Polymorphism,
  • Inheritance

RULES:

  • Encapsulate changes
  • Composition is better than inheritance.
  • Engineer with interfaces, not real classes.

    Programming Patterns - Decorator Programming Patterns - Decorator

    A way of sub-classing more functional objects, dynamically.

    Sudoku Sudoku

    Classical Sudoku puzzle right in MetaTrader chart.

    Programming Patterns - Observer Programming Patterns - Observer

    When the subject changes, it notifies and updates its observers, who know nothing about each other.

    Rma MACD Rma MACD

    Rma MACD