Se podría agregar a este código que únicamente me muestre acciones que hayan empezado a cotizar hace 5 años?
Timeframe(Weekly)
c1 = close < (highest[52](high) * 0.97)
MA = average[30,2](close)
c2 = (close >= (MA * 1.03)) AND (close <= (MA * 1.25))
Cond = c1 AND c2
SCREENER[Cond](Volume AS “Volume”)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok