Platinum Customer
Joined: 10/7/2004 Posts: 38
|
Bruce, can you provide a scan to detect when price is within 2% of the 5dema from a Watchlist?
Thanks,
Preston
|
Platinum Customer
Joined: 10/7/2004 Posts: 38
|
Updated request: A scan to detect when price is within 2% of the 5dema in the last 10 days from a Watchlist. What I'm trying to acheive is to take a watchlist of price breakouts or gap-up, typcally from earnings or other reasons, and find those were price drifts back to the 5dema. Preston
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Maybe the following?
CountTrue(ABS(C / AVGC5 - 1) <= .02, 10) > 0
-Bruce Personal Criteria Formulas TC2000 Support Articles
|