Registered User Joined: 10/7/2004 Posts: 6
|
May I have the raw formula for exponential MACD 12,26,9 so I can manipulate it in the indicator formula box of the custom settings window? I found plenty of PCFs but no raw indicator formula. Thanks.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
One way to write a formula for a raw Exponential MACD 12,26,9 would be:
XAVGC12 - XAVGC26
One way to write a formula for the Exponential MACD 12,26,9 Moving Average Signal Line would be:
XAVG(XAVGC12, 9) - XAVG(XAVGC26, 9)
One way to write a formula for the Exponential MACD 12,26,9 Histogram would be:
XAVGC12 - XAVGC26 - XAVG(XAVGC12, 9) + XAVG(XAVGC26, 9)
You may wish to review the following:
Understanding MACD
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|