Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Indicateurs

Rma MACD - indicateur pour MetaTrader 5

Vues:
24367
Note:
(28)
Publié:
2019.09.28 19:44
Rma MACD.mq5 (12.02 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This MACD is using what is known as rma average for MACD calculation.

Taking into consideration that rma is a variation if the sma, the macd values produced are almost surprisingly "fast" compared to the regular ema version. It also has some interesting properties when it comes to periods following the very volatile periods. In any case seems to be a useful tool in the family of all sorts of macd variations


    Programming Patterns - Observer Programming Patterns - Observer

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

    Programming Patterns - Strategy Programming Patterns - Strategy

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

    Programming Patterns - Abstract Factory Programming Patterns - Abstract Factory

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

    Programming Patterns - Factory Method Programming Patterns - Factory Method

    Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.