Registered User Joined: 11/2/2018 Posts: 10
|
Im writting a PCF to find stocks down more than 10% on the day... So far it looks like this C<50 and C>1 and ??? this is where I have no idea how to write: Current price is lower than 10% from yesterdays close... So basically if the stock is 10% down on the day or more..
Luc
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following condition formula.
1 <= C AND C <= 50 AND 100 * C <= 90 * C1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|