I'm having a problem with doing an exploration. I want to find stocks that close higher than the highest high value for past 30 days.
This is what I have come up with: Filter=C > HHV(C,30) I think the problem is that todays CLOSE is included in the HHV(C,30), so I should shift the HHV(C,30) to only include prices from 20 days earlier, one day ago. ??? Many thanks!
