Why Max No of Screener Outputs is #50?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227141 quote
    PGHPGH
    Participant
    New

    Is there any reason why the displaying output of the ProScreener is limited to #50?
    If its a display issue – could not there be an option to export results to Excel?

    The reason being that I would like to Count the number of results – so these can be tracked / graphed each day/week/month etc.

    Things like Count of Shares above 200Day MA from your defined universe you have selected
    This can then graph in say Excel.

    Thanks in advance.

    #227162 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    It’s the limit on DEMO accounts, while 100 is the limit on REAL accounts.

    You can try to find ALL stocks that meet your screener’s conditions setting different a different price range for each scan, i.e. you could test for prices ranging 1-10, then 11-30, 31-100 etc…

    This is an example how you could define that range:

    c1           = rsi[14](close) > 50
    c2           = Average[5,0](close) CROSSES OVER Average[20,0](close)
    Price1       = 1
    Price2       = 10
    PriceRange   = (close >= Price1) AND (close <= Price2)
    MyConditions = c1 AND c2 AND PriceRange
    SCREENER[MyConditions]
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

Why Max No of Screener Outputs is #50?


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
PGH @pgh Participant
Summary

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

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