ZeroLag MACD – indicator MetaTrader 5

ZeroLag MACD
This oscillator is MQL5 version of ZeroLag MACD indicator, published in Russian section of MQL4 CodeBase. This indicator provides a signal few bars earlier, compared with standard MACD and its divirgence is much more clear.   Calculation: ZeroLAG MACD(i) = (2*EMA(Close, FP, i) – EMA(EMA(Close, FP, i), FP, i)) – (2*EMA(Close, SP, i) – EMA(EMA(Close, … Read more

ZeroLag MACD Colored – indicator MetaTrader 4

ZeroLag MACD Colored - indicator for MetaTrader 4
The suggestions mentioned in the comments on the original page have been taken into account. 1. Added coloring of the histogram bars relative to the previous bar. 2. The FastEMABuffer and SlowEMABuffer values are multiplied by 100. The comment author claims that it facilitates the interpretation of the signals. Although it is already perfectly clear … Read more

Dealers Trade v 7.91 ZeroLag MACD – EA MetaTrader 5

Dealers Trade v 7.91 ZeroLag MACD - expert for MetaTrader 5
Author of the idea: Alexander, author of the mq5 code: barabashkakvn. A further development of “Dealers Trade v 7.74 MACD”. Uses the Zero-lag MACD instead of the standard iMACD (Moving Average Convergence/Divergence, MACD). When the number of positions increases, the following is also increased: step between positions, lot size, take profit (martingale). Position volume management: The … Read more