Gold Customer
Joined: 9/26/2010 Posts: 10
|
I would like to identify stocks that have dropped in price for the last three days
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for a negative net change for at least three bars in a row can be written as:
C < C1 AND C1 < C2 AND C2 < C3
Writing Custom Conditions: The Basics
Formulas for Custom Conditions: Useful Examples
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|