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
Indicatori

Rma MACD - indicatore per MetaTrader 5

Visualizzazioni:
24303
Valutazioni:
(28)
Pubblicato:
2019.09.28 19:44
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.