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

Modified_Moving_Average - indicateur pour MetaTrader 5

Vues:
3476
Note:
(8)
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

MA_Signal MA_Signal

The MA signal indicator

Investor_Preference_Index Investor_Preference_Index

The Investor Preference Index indicator

NRMA NRMA

The Nick Rypoсk Moving Average indicator

T3 T3

The T3 Moving Average indicator