ProScreener Display

Forums ProRealTime English forum ProBuilder support ProScreener Display

Viewing 2 posts - 1 through 2 (of 2 total)
  • #14946

    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”)

    #14969

    Only one column can be displayed in ProScreener.

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login