Identify minimum and maximum price

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222819 quote
    Marcel van VlietMarcel van Vliet
    Participant
    Veteran

    Hi,

    The code rules as below seemed not to work in a screener. Each screener I tried with the rules in it gave me also (American) stocks below $25.

    What is the correct rule to paste in my screeners for this?

     

     
    MinPrice = 25
    MaxPrice = 1000
    #222825 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    They work fine for me:

    MinPrice = 25
    MaxPrice = 1000
    c1 = close >= MinPrice
    c2 = close <= MaxPrice
    SCREENER[c1 AND c2](close AS "Current Price")

    Those lines are NOT rules (conditions to be tested). They are values to be tested.

    It depends on how the test is made.

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

Identify minimum and maximum price


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 10/23/2023
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...