MetaTrader 4 / 지표
ZeroLAG MA - MetaTrader 4용 지표
39174
The Indicator ZeroLAG MA is a moving average with zero delay. The Indicator ZeroLAG MA was described in journal Technical Analysis of Stocks and Commodities, April, 2000 for the first time.
ZeroLAG MA calculates on formula:
ZeroLAG MA(i) = 2*MA(Price, P1, i) - MA(MA(Price, P1, i), P2, i);
where:
MA - moving average;
Price - an aplyed price;
P1 - a period of the moving average under the first smoothing;
P2 - a period of the moving average under the second smoothing;

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/9984