Registered User Joined: 10/30/2004 Posts: 8
|
What is the formula to limit a sort to stocks priced between 10 and 30 dollars, with greater than 100000 share volume? I keep going in circles.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following (Volume in TeleChart is reported in blocks of 100 shares):
10 <= C AND C <= 30 AND V >= 1000
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 10/30/2004 Posts: 8
|
I wrote it as you suggested. The test result is false. The entire statement is :
Result false
Criterion information
Market days needed to calculate criterion.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
That test message is informative and just means the formula isn't True for the test symbol.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|