Registered User Joined: 9/1/2012 Posts: 4
|
If possible, I need a pcf for stocks at their 90 day high
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Condition Formula if the bar just needs to be at the high.
H = MAXH90
Or the following Condition Formula if the current price needs to be at the high.
C = MAXH90
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|