Hi, I’ve been messing around with the pro screener for a while but I can’t get it to do what I need and wondered if there is anyone out there smart enough and kind enough to lend me a hand please. I’d like to create a pro screener that screens for relative volume of above 2x the average volume of the previous 20days. I’ve no idea where to start 🙁
There you go:
VolAvg = average[20,0](volume)[1] * 2
Screener[Volume > VolAvg](Volume AS “Volume”)