Registered User Joined: 10/7/2004 Posts: 5
|
I am trying for a PCF on the MACD histogram. The Short is 2 days. The Long is 5 days. The trigger line is 9. I would like this combined with the same MACD histogram, but one day before. Thanks for all help!!!!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
An Indicator Formula for the current value of the exponential MACD histogram 2,5,9 could be written as follows.
XAVGC2 - XAVGC5 - XAVG(XAVGC2,9) + XAVG(XAVGC5,9)
An Indicator Formula for the previous value of the exponential MACD histogram 2,5,9 could be written as follows.
XAVGC2.1 - XAVGC5.1 - XAVG(XAVGC2.1,9) + XAVG(XAVGC5.1,9)
Understanding MACD
-Bruce Personal Criteria Formulas TC2000 Support Articles
|