Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

ZeroLagEMA - indicator for MetaTrader 5

Views:
6798
Rating:
(14)
Published:
2018.12.18 19:20
ZeroLagEMA.mq5 (7.59 KB) view
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_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