Registered User Joined: 3/3/2005 Posts: 11
|
I WOULD APPRECIATE IF I CAN GET PCF FOR MACD HISTOGRAM TRIGGER CROSSING ABOVE O LINE AND BELOW 0 LINE
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Try (up through zero):
(XAVGC12-XAVGC26)>(XAVG(XAVGC9,12)-XAVG(XAVGC26,9)) AND (XAVGC12.1-XAVGC26.1)<(XAVG(XAVGC9.1,12)-XAVG(XAVGC26.1,9))
(down through zero):
(XAVGC12-XAVGC26)<(XAVG(XAVGC9,12)-XAVG(XAVGC26,9)) AND (XAVGC12.1-XAVGC26.1)>(XAVG(XAVGC9.1,12)-XAVG(XAVGC26.1,9))
Thanks diceman
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
toltec, The formula provided by diceman should work but you may also wish to review the following:
Understanding MACD How to create a Personal Criteria Forumula (PCF) Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|