Screener between two values

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

    Instead of it being just one value on an indicator, how to input multiple values?

    (indicator1 =30)

    But if I want it to screen for a value of either 30, 32, 35……how would I go about this? or between two values such as 30-33

    #159972 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    There you go:

    (indicator1 =30) OR (indicator1 =32) OR (indicator1 =35) //each one is true
    (indicator1 >=30) AND (indicator1 <= 35) //whenever in that range is true
    #159985 quote
    cc267cc267
    Participant
    Average

    Thankyou Roberto! Much appreciated.

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

Screener between two values


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
cc267 @cc267 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by cc267cc267
5 years, 7 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/31/2021
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...