Registered User Joined: 10/7/2004 Posts: 45
|
In Version 7:
I`m looking for PCFs for exp. moving averages 5 crossing below 20 today, with the MACD (12/26/9) below Zero or
for the MACD crossing below Zero today, with the exp. moving avg.5 below 20.
I`m looking for 1 of these signals to have triggered today resulting in both of these to be Bearish.
Thank.
Flash
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following if you are interested in the MACD Histogram:
XAVGC5 < XAVGC20 AND XAVGC12 + XAVG(XAVGC26,9) < XAVGC26 + XAVG(XAVGC12,9) AND (XAVGC5.1 >= XAVGC20.1 OR XAVGC12.1 + XAVG(XAVGC26.1,9) >= XAVGC26.1 + XAVG(XAVGC12.1,9))
Please try the following if you are interested in the raw MACD:
XAVGC5 < XAVGC20 AND XAVGC12 < XAVGC26 AND (XAVGC5.1 >= XAVGC20.1 OR XAVGC12.1 >= XAVGC26.1))
Please try the following if you are interested in the MACD signal line:
XAVGC5 < XAVGC20 AND XAVG(XAVGC12,9) < XAVG(XAVGC26,9) AND (XAVGC5.1 >= XAVGC20.1 OR XAVG(XAVGC12.1,9) >= XAVG(XAVGC26.1,9))
Understanding MACD
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|