Hello,
Is it possible to display more than one Criteria column on the ProScreener display window using the SCREENER command.
If I add a second SCREENER line to my code it only returns the bottom line, the first line is not available as a selection
WR = CALL “Winchester Reactor”
SR = CALL “Stock Rank”
c1 = (WR >= 0)
c2 = (SR >= 0)
SCREENER[c2](SR AS “Rank”)
SCREENER[c1](WR AS “WR”)
Only one column can be displayed in ProScreener.