Gold Customer
Joined: 1/6/2005 Posts: 19
|
Can i build a file of my personal stocks that are off their highs say 30% from their last 6-9-12 months?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for Price being at least 30% down from its 126-day high could be written as:
C <= .7 * MAXH126
A Condition Formula for Price being at least 30% down from its 189-day high could be written as:
C <= .7 * MAXH189
A Condition Formula for Price being at least 30% down from its 252-day high could be written as:
C <= .7 * MAXH252
Using any of these Condition Formulas as an EasyScan Condition would result in the EasyScan only containing symbols meeting the EasyScan Conditions.
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 1/6/2005 Posts: 19
|
Ok..got it..and these formulas can be attached to a special watchlist of stocks i have?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Yes. Just set the List to Scan in the EasyScan to the desired WatchList.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|