coppock curve cross zero screener

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68773 quote
    PEDRAM.JOKARPEDRAM.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
    robertogozzirobertogozzi
    Moderator
    Legend

    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.JOKARPEDRAM.JOKAR
    Participant
    Average

    Hi Roberto

    Thanks for advise but problem is still exists!

    #68822 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    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.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

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 robertogozzirobertogozzi
8 years, 5 months ago.

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