거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 36452
- 평가:
- 게시됨:
- 2006.10.25 16:27
- 업데이트됨:
- 2014.04.21 14:55
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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

The Indicator ZeroLag MACD is an indicator Moving Average Convergence/Divergence, MACD with zero delay.

The Expert Adviser 10 points 3 uses the histogram of the standard indicator Moving Average Convergence/Divergence, MACD.

The Indicator Fast Stochastic is a kind of George C. Lane’s stochastic oscillator.

The Indicator ZeroLag Stochs_true is an George C. Lane’s indicator Stochastic Oscillator (Stoch) with zero delay.