Registered User Joined: 3/30/2005 Posts: 73
|
hey guys,
is there a way to scan for stocks that made a new high, whether its 52 week, or 3 month.etc and has not been able to exceed that high in the past 10 trading days?
thanks!
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Maybe something like:
MAXH10 < H10 AND H10 > MAXH241.11
Or possibly:
MAXH10 <= H10 AND H10 >= MAXH241.11
You may wish to review the following:
PCF Formula Descriptions
How to create a Personal Criteria Forumula (PCF)
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
 Administration
Joined: 9/30/2004 Posts: 9,187
|
H11 = MAXH252.11 and MAXH252.11 > MAXH10
|
Registered User Joined: 3/30/2005 Posts: 73
|
thks v much..bruce and stock guy....
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
porrada,
You're welcome. Our pleasure.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|