Registered User Joined: 12/30/2004 Posts: 18
|
I would like to find stocks that trade each day at a minimun price range. Say $4 for example. Could you advise how I can find these stocks?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Doing so for the current day would be:
H - L >= 4
Checking for the 10-Period Average of the range including today would be:
AVGH10 - AVGL10 >= 4
Checking for the 20-Period Average of the range excluding today would be:
AVGH20.1 - AVGL20.1 >= 4
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|