Hello,
a newbie here. With proscreener is it possible to write a code in order to search all warrants(in USA they are tick.WS) below a certain price? Any hints about code to be used?
There you go:
SCREENER[close < 10](close AS "Price")
I used 10 just as an example, you will set the correct price to filter scanned data.
This can be applied to any instrument (just change price).
Thank you! Regarding warrants is there any code which can let screener to consider only .ws stocks?
Instruments that can be scanned are those enlisted when the ProScrteener dropdown menu (or available lists) opens.
Thanks for the support, got it.