Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 9/23/2012 Posts: 18
|
Wanting to figure out how to simultaneously scan for stocks that are 50% above 52 week highs, but no more than 70% over 52 week highs. Cant figure it out in TC2000. Any help with this?
Nick
|
|
Registered User Joined: 9/23/2012 Posts: 18
|
Oops I meant 50% above 52 week lows......and no more than 70% above 52 week lows.....sorry
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Daily Condition Formula:
1.5 * MINL252 <= C AND C <= 1.7 * MINL252
Or the following Weekly Condition Formula:
1.5 * MINL52 <= C AND C <= 1.7 * MINL52
You can adjust the time frame of a Condition Formula using the Time Frame drop-down menu when you create or edit the formula. You can also set the time frame of the condition used as a WatchList Column or EasyScan Condition if you do not want to use the default time frame of the Condition.
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: 9/23/2012 Posts: 18
|
Dang Bruce.....you are always on top of the game. Someone needs to give you a hefty raise and a personal yacht for Christmas or something. Always learn something from ya!
Nick
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |