Registered User Joined: 11/25/2007 Posts: 28
|
Hi,
What would be the PCF where the MACD (13,34,1) is between 0.5 and -0.1, and the MACD (13,34,1) is lower than the MACD close on any one of the prior three days.
Tradingfreedom
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I'm not sure I understand the question correctly, but please try the following:
(-.1) <= XAVGC13 - XAVGC34 AND XAVGC13 - XAVGC34 <= .5 AND (XAVGC13 - XAVGC34 < XAVGC13.1 - XAVGC34.1 OR XAVGC13 - XAVGC34 < XAVGC13.2 - XAVGC34.2 OR XAVGC13 - XAVGC34 < XAVGC13.3 - XAVGC34.3)
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
|