Identify minimum and maximum price

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222819 quote
    Marcel 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
    robertogozzi
    Moderator
    Master

    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.

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 robertogozzi
2 years, 4 months ago.

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