Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
TriMAgen - indicateur pour MetaTrader 5
- Vues:
- 5394
- Note:
- 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