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”)
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed