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
Vues:
6639
Note:
(14)
Publié:
2018.12.18 19:20
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Zero-Lag Exponential Moving Average indicator is an exponential moving average with the minimum delay.

It has two configurable parameters:

  • Period - calculation period
  • Applied price

Calculation:

ZeroLagEMA = Alpha * (2.0*AppliedPrice-LagAppliedPrice) + (1.0-Alpha) * PrevZeroLagEMA

where:

Alpha = 2.0 / (Period+1)
Lag = Ceil((Period-1)/2.0)
LagAppliedPrice - AppliedPrice on Lag bar






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

XWPR_Histogram_Vol_Direct XWPR_Histogram_Vol_Direct

XWPR_Histogram_Vol indicator shows direction of the histogram bars movement using colored icons on these bars

XWPR_Histogram_Vol_Direct_HTF XWPR_Histogram_Vol_Direct_HTF

XWPR_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters

Zero_Lag_RSI Zero_Lag_RSI

Zero Lag RSI indicator

Trend_Signal Trend_Signal

Trend Signal indicator