Hi All,
I was wondering if there was a way to get ProScreener to filter by Price; ie. I want to see only stocks with a price <$2 ?
I would then want to filter those results by volume.
Thanks so much for the help.
There you go:
Screener[close < 2](Volume as “Volume”)
Only post in the language of the forum that you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.
I moved your topic from the French forum to the English one.
Thank you 🙂
Thanks, volume is relatively easy.
It’s price I would like to filter by.
Do you have that?
Volume is the sorting criterion, not a filter, ad there are no filtering conditions in your request.
The sole filter is price, which needs to be lower than 2, as you asked,