Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Script

Programming Patterns - Observer - script per MetaTrader 5

Visualizzazioni:
4339
Valutazioni:
(14)
Pubblicato:
2019.09.26 16:51
Aggiornato:
2019.09.29 10:28
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance



  • Subjects update observers through interface.
  • Subjects knows nothing about the observers (one-to-many weak relation).
  • New data can be broadcast by the subject, or requested by the observers (better).
  • Order of notification is not guaranteed.


RULE: Use weak connection between communicating objects.


    Programming Patterns - Strategy Programming Patterns - Strategy

    Encapsulating a family of interchangeable algorythms which can be modified independently from the client.

    Programming Patterns - Decorator Programming Patterns - Decorator

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

    Rma MACD Rma MACD

    Rma MACD

    Programming Patterns - Abstract Factory Programming Patterns - Abstract Factory

    Provides an interface for creating families of related or dependent objects without specifying their concrete class.