Gold Customer
Joined: 3/13/2015 Posts: 14
|
Hi Bruce,
How to scan stocks that made made a new 52 week High at least once every 4 to 6 months?
If scan is not possible, either I am looking for custom pcf indicator plot or add it as a column to watchlist
Thanks,
Pradeep
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following weekly condition formula checks for a new 52 week high at least once every 26 weeks (6 months) for the past 104 weeks (2 years).
TrueInRow(TrueInRow(H <= MAXH51.1, 26) < 26, 104) = 104
You need to make sure the time frame of the condition formula is set to weekly. You will use this condition formulas as a condition in a Condition Set.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 3/13/2015 Posts: 14
|
Thanks much Bruce!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|