Hi All,
Another quick question if I may
Is it possible to set an screener criteria above an absolute level rather than a relative level?
I’m trying to screen out stocks with a volume below 100,000 units – have tried vol > 100000 but it doesn’t seem to like it.
Stocks with volumes below 100.000 should be coded like this:
a = volume < 100000
Sorry, I was wrong, if you don’t want to get the stocks with volume lower than 100k, your code is good:
a = volume > 100000