more than one sorting criteria in pro screener

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7097 quote
    AssafAssaf
    Participant
    New

    Hello,

    Does anyone know what is the syntax to create more than 1 sorting criteria for a new created screener?

    For e.g. first sorting by RSI and then by volume ? I tried using and but it doesn’t work.

    Many Thanks,

    Assaf

    #7119 quote
    NicolasNicolas
    Keymaster
    Legend

    Hello Assaf, please share your code,  it will be easier to help you. Thank you.

    #7159 quote
    AssafAssaf
    Participant
    New

    See below code, the relevant row is the last one where I am trying to filter by counter but I want to add a second sorting criteria like RSI/price, but can’t get it work. Thanks !

    timeframe (daily)
    price = (average[20](Volume) > 1000000 and close > 10) or (close >= 5 and close <=10 and average[20](Volume) >= 5000000)
    
    timeframe (weekly)
    myBullSignalST = CALL "Bull Signal ST"
    
    opp = 0
    
    IF (myBullSignalST[0] = 1) then
    opp=1
    counter= 1
    else
    IF (myBullSignalST[1] = 1) then
    opp=1
    counter= 2
    
    else
    IF (myBullSignalST[2] = 1) then
    opp=1
    counter= 3
    else
    IF (myBullSignalST[3] = 1) then
    opp=1
    counter= 4
    endif
    endif
    endif
    endif
    SCREENER [opp and price](counter as "current")   
    #7170 quote
    NicolasNicolas
    Keymaster
    Legend

    I’m sorry but it is not possible to add a second sorting criteria. You can only add one like you did with your ‘counter’ variable.

Viewing 4 posts - 1 through 4 (of 4 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

more than one sorting criteria in pro screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Assaf @assaf Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by NicolasNicolas
10 years, 4 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/15/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...