x=0
TIMEFRAME (weekly)
c1 = (close[x]) > highest[52](close)
c2 = (close[x] > 10)
SCREENER[c1 AND c2]
I am trying to develop a code to screen for 52 week new highs and lows and stocks above $10. Below is the code for new highs. Unfortunately, it is not showing any stocks and I believe I am missing something here. Any feedback would be great on this.
I used the search function and I found the answer to my solution. Thanks. Please ignore this post.