Registered User Joined: 5/27/2010 Posts: 153
|
Good Morning Bruce,
I am trying to make a PCF where today's bar is touching the 21ema for the first time in at least 3 days or more. I have H>=XAVGC21 AND L<=XAVGC21 but cannot figure out the rest.
Thank You
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
L <= XAVGC21 AND XAVGC21 <= H AND (XAVGC21.1 < L1 OR H1 < XAVGC21.1) AND (XAVGC21.2 < L2 OR H2 < XAVGC21.2) AND (XAVGC21.3 < L3 OR H3 < XAVGC21.3)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|