Registered User Joined: 1/6/2012 Posts: 11
|
Thanks for the help I need help with 2 more scans please:
1. Price between $5-$100
2. Average Daily Volume (10 day) >= 250k
3. Current Day Open >= Previous Day Close +4%
AND same with
Current Day Open <= Previous Day Close -4%
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
QUOTE (Rich_Idiot) 1. Price between $5-$100
2. Average Daily Volume (10 day) >= 250k
3. Current Day Open >= Previous Day Close +4%
Please try the following Condition Formula:
5 <= C AND C <= 100 AND AVGV10 >= 250000 AND O >= 1.04 * C1
QUOTE (Rich_Idiot) AND same with
Current Day Open <= Previous Day Close -4%
Please try the following Condition Formula:
5 <= C AND C <= 100 AND AVGV10 >= 250000 AND O <= .96 * C1
Writing Custom Condition Formulas: The Basics
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: 1/6/2012 Posts: 11
|
Thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|