2 or more CALLS in one Screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252309 quote
    Robb
    Participant
    Average

    Hello,

    is it possible to have 2 CALL functions in the same Screener?

    Like:

    myValue1 = CALL “myIndicator1”

    myValue2 = CALL “myIndicator2”

    cond = myValue1+myValue2=2

    Screener [cond]

    Thanks

    #252322 quote
    robertogozzi
    Moderator
    Master

    Yes, you can have two or more CALL instructions.

    You can easily check whether the results are valid.

    Iván González thanked this post
    #252324 quote
    Iván González
    Moderator
    Master

    Yes it’s possible. Here’s an example:

    ind1 = call "Myindicator(2)"
    ind2 = call "Myindicator(3)"
    
    setup = high>ind1[1] and ind2>60
    
    SCREENER[setup](ind2 as "rsi", ind1 as "lmax")
    lmax = highest[100](high)
    
    return lmax as "max"
    
    myrsi = rsi[14](close)
    
    return myrsi as "RSI"
    
    robertogozzi thanked this post
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

2 or more CALLS in one Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Robb @robb Participant
Summary

This topic contains 2 replies,
has 3 voices, and was last updated by Iván González
4 months, 3 weeks ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 10/07/2025
Status: Active
Attachments: No files
Logo Logo
Loading...