CCI SCREENER

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91792 quote
    Domingos Amoedo
    Participant
    Junior

    Hi everybody!

    Could someone help me to create a screener for long entry only. The conditions are:

    a) CCI (Commodity Chanel Index) for 5 periods crosses up -100 level.

    b) SMA (20) > SMA(40)

    c) SMA (40) rising, (=the value today is > value yesterday).

    Thank you in advance.

    #100560 quote
    robertogozzi
    Moderator
    Master

    Not tested:

    MyCCI = cci[5]
    Sma20 = average[20,0](close)
    Sma40 = average[40,0](close)
    c1    = MyCCI CROSSES OVER -100
    c2    = Sma20 > Sma40
    c3    = Sma40 > Sma40[1]
    MyConditions = c1 AND c2 AND c3
    SCREENER[MyConditions]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

CCI SCREENER


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzi
6 years, 9 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 02/19/2019
Status: Active
Attachments: No files
Logo Logo
Loading...