CCI 14 Screener

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #254070 quote
    segie
    Participant
    Senior

    Hi,

    Please help me with a CCI 14, separate screeners each:

    1. with a condition of cross and close over value 100.
    2. Current 100 value cross
    3. Currently trading over 100 value

    Regards,
    Segie

    #254083 quote
    JS
    Participant
    Senior

    You can create three screeners using the conditions below:

    xCCI = CCI[14]
    c1 = xCCI crosses over 100
    c2 = xCCI > 100
    c3 = c1 and c2
    1. Screener[c1]

    2. Screener[c2]

    3. Screener[c3]

    robertogozzi, segie and Iván González thanked this post
    #254100 quote
    segie
    Participant
    Senior
    thank you. How can I add a condition for filtering? Example screen only stocks with a % change of 5% and over. Regards, Segie
    #254101 quote
    JS
    Participant
    Senior
    Hi, xCCI=CCI[14] c1=xCCI=>5 Screener[c1](xCCI as “CCI[14]”)
    segie and Iván González thanked this post
    #254102 quote
    segie
    Participant
    Senior
    thank you
    JS thanked this post
    #254103 quote
    segie
    Participant
    Senior
    If I want the % change to be related to the stock price %  change (not CCI),  e.g. a 5% growth in share price, from previous day closing price, what would be the condition for filtering?
    #254104 quote
    JS
    Participant
    Senior
    c1=abs((Close-Close[1])/Close[1])*100=>5 Screener[c1]
    segie and Iván González thanked this post
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.

CCI 14 Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
segie @segie Participant
Summary

This topic contains 6 replies,
has 2 voices, and was last updated by JS
2 months, 1 week ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 11/29/2025
Status: Active
Attachments: No files
Logo Logo
Loading...