Registered User Joined: 1/3/2005 Posts: 11
|
Hi, I would like to have a pcf as follows; Today's close must be in the bottom half of today's range
Somebody can help me out with this?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
C - L <= (H - L) / 2
You may want to also test that the bar is not flat:
C - L <= (H - L) / 2 AND H > L
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! PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 1/3/2005 Posts: 11
|
Thanks for that. It works excellent.
One more question, is it possible to make a pcf calculating the average true range of the last 10 days??
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You may wish to review the following:
Sir Old Viking Trader and PCFs
-Bruce Personal Criteria Formulas TC2000 Support Articles
|