coppock curve cross zero screener

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68773 quote
    PEDRAM.JOKAR
    Participant
    Average
    timeframe(4h)
    cop = CALL "Coppock curve"
    c1=cop>0 and cop[1]<0
    c2= cop<0 and cop[1]>0
    
    screener (c1 or c2)
    
    timeframe(4h)
    cop = CALL "Coppock curve"
    c1= cop crosses over 0
    c2= cop crosses under 0
    
    screener (c1 or c2)
    

    Dear All

    I wanted to have screener to detect when coppock curve crosses zero line so i tried to code as per above codes but unfortunately, both give fake results. anybody please consider if there is the problem of my coding or any solution?!

    with thanks.

    #68814 quote
    robertogozzi
    Moderator
    Master

    Try:

    timeframe(4h)
    cop = CALL "Coppock curve"
    c1= cop crosses over 0
    c2= cop crosses under 0
    timeframe(default)
    screener (c1 or c2)
    #68815 quote
    PEDRAM.JOKAR
    Participant
    Average

    Hi Roberto

    Thanks for advise but problem is still exists!

    #68822 quote
    robertogozzi
    Moderator
    Master

    Screener requires BRACKETS, not Parenthesis:

    screener [c1 or c2]

    Sorry for not having spotted this before!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

coppock curve cross zero screener


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by robertogozzi
7 years, 11 months ago.

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