JD 52 Week High

Author: johndoughh Quickly Finds equities which has closed above 52 week High. timeframe(Daily) indicator1 = highest[250](close[1]) c1 = (close >= indicator1) Criteria = RSI[14](Close) SCREENER[c1] (Criteria as”RSI”)