Registered User Joined: 3/15/2008 Posts: 45
|
Can you create a formula for a 20 day low in a stock, and the following day the price closes above the 20 day low.
Thanks
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
L1 < MINL20.2 and C > MINL20.1
|
Registered User Joined: 3/15/2008 Posts: 45
|
Thanks.
How would you reverse the formula to show the opposite - 20 day high followed by close lower than previous day high.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
endsley,
Please try the following:
H1 > MAXH19.2 AND C < H1
You may wish to review the following:
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|