당사 팬 페이지에 가입하십시오
ZeroLag MACD - MetaTrader 4용 지표
- 조회수:
- 91071
- 평가:
- 게시됨:
- 2006.10.25 16:26
- 업데이트됨:
- 2014.04.21 14:55
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The Indicator ZeroLag MACD is an
indicator Moving Average Convergence/Divergence, MACD with zero
delay. The Indicator ZeroLag MACD in contrast with standard MACD
gives the signals on several bars earlier, but
divergences/convergence denominated more obviously.
ZeroLAG
MACD calculates on formula:
ZeroLAG
MACD(i) = (2*EMA(Close, FP, i) - EMA(EMA(Close, FP, i), FP, i)) -
(2*EMA(Close, SP, i) - EMA(EMA(Close, SP, i), SP, i));
ZeroLAG
MACD Signal(i) = 2*EMA(ZeroLAG MACD(i), SigP, i) - EMA(EMA(ZeroLAG
MACD(i), SigP, i), SigP, i);
where:
EMA -
exponential moving average;
Close - a price of the closing of the
bar;
FP - a period of the quick moving average;
SP - a period
of the slow moving average;
SigP - a period of the signal moving
average;
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/9993
The Expert Adviser 10 points 3 uses the histogram of the standard indicator Moving Average Convergence/Divergence, MACD.
Point & Figure ChartsPoint & Figure Charts (P&F) differ from normal price charts through that they fully ignore the time values and only show changes in prices.
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.
Fast StochasticThe Indicator Fast Stochastic is a kind of George C. Lane’s stochastic oscillator.