MoneyMagnet
Member
I'm looking for stocks to test against, and I'd like to be able to run a scan for stocks with price between $15 and $300 two years ago. I have tried:
and
with aggregation set to daily, but in both cases it says there are no matching stocks. Is there a way to do this?
Code:
close[506] >= 15 and close[506] <= 300
and
Code:
close from 506 bars ago is greater than or equal to 15 and close from 506 bars ago is less than or equal to 300
with aggregation set to daily, but in both cases it says there are no matching stocks. Is there a way to do this?