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
Indicateurs

Normalized_Moving_Average_Slope - indicateur pour MetaTrader 5

Vues:
4430
Note:
(7)
Publié:
2018.12.18 19:15
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Normalized Moving Average Slope oscillator calculates the slope of the moving average in % of ATR.

It has four inputs:

  • MA period - MA calculation period
  • ATR period - ATR calculation period
  • Method - MA calculation method
  • Applied price - MA calculation price

Calculation:

NMAS = 100.0 * (MA-PrevMA) / ATR

where:

MA - MA(Applied price, MA period, Method)
ATR - ATR(ATR period)

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

SineWMA SineWMA

Sine Weighted MA indicator

Smoothed_RSI Smoothed_RSI

Smoothed RSI indicator

MACD_Flat_Trend MACD_Flat_Trend

MACD Flat Trend indicator

FoM FoM

Freedom of Movement indicator