Registered User Joined: 5/20/2012 Posts: 8
|
Can you please tell me how to write the following conditions :
1. 60 day HIGH is with 15% of 60 - day LOW
2. STOCK PRICE LESS THAN 5 % A BOVE 60 - day low
3. Stock price is 5-10% below the 6 day high
thank you again
will s.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula.
MAXH60 <= 1.15 * MINL60 AND C < 1.05 * MINL60 AND .9 * MAXH6 <= C AND C <= .95 * MAXH6
-Bruce Personal Criteria Formulas TC2000 Support Articles
|