Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 8518
- Rating:
- Published:
- 2018.12.18 19:20
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22439

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

XWPR_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters