Registered User Joined: 10/7/2004 Posts: 12
|
I've got the 5 day up in a row scan, but I want to add to it stocks that don't vary greater than 3% in any given day. How do I do that?
Pete
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
C > C1 AND C1 > C2 AND C2 > C3 AND C3 > C4 AND C4 > C5 AND H / L <= 1.03 AND H1 / L1 <= 1.03 AND H2 / L2 <= 1.03 AND H3 / L3 <= 1.03 AND H4 / L4 <= 1.03
You may wish to review the following:
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
|