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
Vues:
5092
Note:
(11)
Publié:
2019.01.02 14:30
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

TriMAgen is a Triangular Moving Average generalized by J.Ehlers.

It has two input parameters:

  • Period - calculation period
  • Applied price - price used for calculations

Calculation:

TriMAgen = SUM / Len2

where:

SUM = sum of SMA(Applied price, Len1) within the Len2 range

Len1 = Floor((Period+1.0)/2)

Len2 = Ceil((Period+1.0)/2)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/23109

Fibo_Average2 Fibo_Average2

The Fibo Average2 indicator

WSI WSI

Indicator WSI

OHLC_Volume OHLC_Volume

The OHLC Volume indicator

OHLC_Volume_Histo OHLC_Volume_Histo

The OHLC Volume Histogram indicator