Registered User Joined: 5/29/2006 Posts: 8
|
hello,
i want to find stocks whos' day high and day low has a difference of at least 2 Dollars everyday for the past 10 days, optionable. i have tried some PCF but the result are not right.
can you help
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try creating the following Personal Criteria Formula and using it as an EasyScan Condition along with the built in Optionable System Criteria:
H - L >= 2 AND H1 - L1 >= 2 AND H2 - L2 >= 2 AND H3 - L3 >= 2 AND H4 - L4 >= 2 AND H5 - L5 >= 2 AND H6 - L6 >= 2 AND H7 - L7 >= 2 AND H8 - L8 >= 2 AND H9 - L9 >= 2
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF) Using EasyScan to find stocks that meet your own criteria Handy PCF example formulas to help you learn the syntax of PCFs! Definitions of all built in scanning and sorting criteria
-Bruce Personal Criteria Formulas TC2000 Support Articles
|