Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Modified_Moving_Average - indicateur pour MetaTrader 5
- Vues:
- 3678
- Note:
- Publié:
- 2018.09.27 16:02
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Modified Moving Average indicator. It was described in "Stocks & Commodities" in January, 2000.
The indicator has small lagging.
It has two input parameters:
- Period - calculation period
- Applied price
Calculation:
MMM = MA + 6 * Slope / K
where:
MA - SMA(Applied price, Period) Slope = Sum (Applied price * (Period-Factor)/2) in the range of 'Period' Factor = 1 + 2*(N-1) N = values from 1 to Period in the range of 'Period' K = Period*(Period+1)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21840