Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Moving Average Convergence Divergence Histogram (MACDH)
Template (v17+)
Function Version
MACD(s, l, z) - XAVG(MACD(s, l, z), x)
Indicator Version
MACDs.l.z - 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. May 4, 2015 would be (single quotes required): '05/04/2015'
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|