Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Condition % down on day Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
QuickFingersLuc
Posted : Monday, December 3, 2018 12:03:10 PM
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

Bruce_L
Posted : Monday, December 3, 2018 12:25:00 PM


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
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.