Registered User Joined: 7/14/2014 Posts: 13
|
Bruce, please excuse such a basic question. I want to scan for stocks up 2% from the prior close with a 50% increase above average 10 day volume. What would the syntax be and would that be a Condition or an Indicator. Thanks.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following condition formula.
C >= 1.02 * C1 AND V >= 1.5 * AVGV10.1
-Bruce Personal Criteria Formulas TC2000 Support Articles
|