Jump to content
Medved Trader Forums

Zerolag MACD


rickroberts

Recommended Posts

Is the Medved Traders version of zerolag MACD this:

 

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;

Link to comment
Share on other sites

Ok - that's just the MACD code from someone. But what they are doing is instead of using some standard MA formula like SMA or EMA or ZLMA, they are using this 2*EMA-EMA(EMA) formula. In order to properly add that to MT, I would want to add that MA to the MAs available (under a proper name) and then include it in the list of MA types available for MACD. But I would need to know what its name is.

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...