AlfyParticipant
Average
Good morning guys, i wonder if anyone can help me. I would like to screen for stocks making a new 20 day high which haven’t made a new 20 day high in the last 10 trading days. Can anyone help?
There you go (not tested):
Cond1 = (close > highest[20](high[1]))
Cond2 = (summation[10](Cond1[1]) = 0)
SCREENER[Cond1 AND Cond2]
AlfyParticipant
Average
Hi Roberto, thanks very much for your help. Unfortunately that code doesnt work properly.
Best regards
It works ike charm on my charts.
What TF are using, on which assets/indices?