Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Visualizaciones:
960
Ranking:
(12)
Publicado:
2019.01.18 11:22
TMACD.mq5 (12.88 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Indicador-oscilador Triangular Moving Average Convergence/Divergence - MACD a base de TriMA.

Tiene cuatro parámetros personalizados:

  • Fast TriMA period - período de TriMA rápida
  • Slow TriMA period - período de TriMA lenta
  • Signal period - período de la línea de señal
  • Applied price - precio del cálculo

Cálculo:

TMACD = SMA(FastMA, PeriodFast) - SMA(SlowMA, PeriodSlow))

Signal = SMA(TMACD, Signal period)

donde:

FastMA = SMA(Applied price, PeriodFast)

SlowMA = SMA(Applied price, PeriodSlow)

PeriodFast = Floor(Fast TriMA period/2)+1

PeriodSlow = Floor(Slow TriMA period/2)+1

Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: https://www.mql5.com/ru/code/22612

Smoothed_Momentum Smoothed_Momentum

Indicador Smoothed Momentum

RSI_Of_MA RSI_Of_MA

Indicador RSI of MA

GHLA GHLA

Indicador GHLA

Mirror_RSI Mirror_RSI

Indicador Mirror RSI