请观看如何免费下载自动交易
请在Facebook上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
显示:
8941
等级:
(42)
已发布:
2006.10.25 16:26
已更新:
2014.04.21 14:56
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务


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

10 points 3 10 points 3

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

Point & Figure Charts Point & Figure Charts

Point & Figure Charts (P&F) differ from normal price charts through that they fully ignore the time values and only show changes in prices.

ZeroLAG MA ZeroLAG MA

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 Stochastic Fast Stochastic

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