Registered User Joined: 10/7/2004 Posts: 35
|
Hi
i put this in a column c >= MAXH5
it works with H rather than close but it shows me all stocks that have made a 5 day high. During the day A stock may pull back below the 5 day high and I dont want to have it in the column anymore. how do i make a column with only stocks that intra day are at a 5 day high?
thanks
cactus
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
There is no way to determine the high of the day in a Personal Criteria Formula using an intraday Time Frame.
While I would probably adjust your Daily Time Frame Condition Formula slightly to:
C = MAXH5
Checking for the current daily price to be at a 5-Period High on a Daily Time Frame is about as close as you are going to get.
Another option might be to check to see if the current price is in say the top 5% of price over the most recent 5-bars using the folling Condition Formula on a Daily Time Frame:
STOC5 >= 95
Personal Criteria Formula Conditions
Understanding Stochastics
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|