multiple filter criteria not working

Forums ProRealTime English forum ProScreener support multiple filter criteria not working

  • This topic has 2 replies, 2 voices, and was last updated 1 week ago by avatarliorp.
Viewing 3 posts - 1 through 3 (of 3 total)
  • #232513

    Hello,

    I am using the multiple filter criteria as described in the documentation – programming guide : Market scans .
    I am following the example on “Use multiple filter criterias” in chapter II
    what I am seeing is that in some cases , at the output of the screener, there is still only one criteria displayed.

    I don’t understand what the problem is .
    For example, I created this simple code (below) , that should have 3 columns , but only one is displayed – the one marked as “CC”.
    Any ideas on why this is happening and how to resolve?

    This is the code :

    minprice = 0
    maxprice = 10000
    tmp=1
    TIMEFRAME(DAILY)
    if (Close < minprice) or (Close > maxprice) then
    tmp =0
    endif
    c1 = (tmp > 0)
    SCREENER[c1] (close as “CC” , High AS “HH”, low AS “LL” )

    #232514

    Check that all criteria have been selected in the settings, as from attached pic.

     

    1 user thanked author for this post.
    #232545

    Thanks !!!

Viewing 3 posts - 1 through 3 (of 3 total)

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