screener error gives partial results

Forums ProRealTime English forum ProScreener support screener error gives partial results

Viewing 2 posts - 1 through 2 (of 2 total)
  • #176152

    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

    #176157

    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/

     

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login