CCI indicator SCEENER

Forums ProRealTime English forum ProScreener support CCI indicator SCEENER

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

    I am trying to write a screener for stocks that they had cci(20) value below -200 in the last 14 days. I tried the following code, but results are not correct.

    C1= CCI[20](typicalPrice)
    C2=lowest[14](C1)< -200
    SCREENER [C2]

    How to fix this?

    Thanks.

    #210197

    This will show ALL the stocks whose CCI was below -200 at least once in the last 14 days:

    This will show ALL the stocks whose CCI was below -200 at least 5 times in the last 14 days:

    This will show ALL the stocks whose CCI was below -200 every day in the last 14 days (which is likely to never happen):

    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