Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Moving Average Convergence Divergence (MACD)
Template (v17+)
Function Version
Raw MACD
MACD(s, l, z)
Moving Average Trigger or Signal Line Applied to Raw MACD
XAVG(MACD(s, l, z), x)
Indicator Version
Raw MACD
MACDs.l.z
Moving Average Trigger or Signal Line Applied to Raw MACD
XAVG(MACDs.l.z, x)
Where s is the short period of the MACD.
Where l is the long period of the MACD.
Where x is the period of exponential moving average applied to the raw MACD to create the signal or trigger line.
Where z is the number of Bars Ago. z can also be a date in the indicator version. May 4, 2015 would be (single quotes required): '05/04/2015'
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|