screener error gives partial results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176152 quote
    assafnassafn
    Participant
    Average

    Hello,

    I built a simple screener based on an indicator that counts days in the market (MyIndicator(32)).

    The screener code is:

    indicator1 = CALL “MyIndicator(32)”(close)
    c1 = (indicator1 > indicator1[1])

    criteria = Volume

    SCREENER[c1] (criteria AS “Volume”)

     

    The screener gives only partial results, some stocks are not being shown (I attached a screen shot of one of those stocks).

    Any ideas?

    Thanks in advance

    Assaf

    afib.png afib.png
    #176157 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    I think this is due to the 254-bar limit of the screener.

    Your indicator cannot use mire than 254 bars.

    Until the new version of ProScreener is installed, you should embed the code of your indicator in the screener itself, instead of using CALL.

    Read this news https://www.prorealcode.com/topic/proscreener-1024-candlestick-history-and-new-timeframes-possible/

    assafn thanked this post
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

screener error gives partial results


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
assafn @assafn Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/25/2021
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...