Registered User Joined: 3/24/2005 Posts: 72
|
Please show me how to create a PCF in which:
Yesterdays closing price was >= the low of the past 63 days
and
todays closing price is <= the low of the past 63 days.
Thank you.
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula:
C1 >= MINL63.2 AND C <= MINL63.1
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|