ProScreener Display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14946 quote
    deletedaccount14122020deletedaccount14122020
    Participant
    New

    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 quote
    NicolasNicolas
    Keymaster
    Legend

    Only one column can be displayed in ProScreener.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

ProScreener Display


ProBuilder: Indicators & Custom Tools

New Reply
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by NicolasNicolas
9 years, 11 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 10/15/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...