MACD divergence screener journalier, hebdo, mensuel

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #258305 quote
    HUGO LEVIEILS
    Participant
    Average

    Bonjour ?

    Je recherche Screener en jour semaine mois

    Divergence Macd (Paramètres 9 / 19 / 6 )

    #258313 quote
    Iván González
    Moderator
    Master

    C’est ici

    //-----------------------------------------------//
    // MACD Divergence Screener
    //-----------------------------------------------//
    x = 5
    z = 25
    revpct = 0.01
    
    dSrc = (open+high+low+close)/4
    dMacd = ExponentialAverage[9](dSrc) - ExponentialAverage[19](dSrc)
    
    // Bullish Daily
    dLlvx = lowest[x](dSrc)
    dLlvz = lowest[z](dSrc)
    dSrcLL = dSrc > dLlvx*(1+revpct) AND dLlvx < dLlvz[x]
    dLlvmx = lowest[x](dMacd)
    dLlvmz = lowest[z](dMacd)
    dMacdHL = dMacd > dLlvmx AND dLlvmx > dLlvmz[x] AND dLlvmx < 0
    dBull = dSrcLL AND dMacdHL
    
    // Bearish Daily
    dHhvx = highest[x](dSrc)
    dHhvz = highest[z](dSrc)
    dSrcHH = dSrc < dHhvx*(1-revpct) AND dHhvx > dHhvz[x]
    dHhvmx = highest[x](dMacd)
    dHhvmz = highest[z](dMacd)
    dMacdLH = dMacd < dHhvmx AND dHhvmx < dHhvmz[x] AND dHhvmx > 0
    dBear = dSrcHH AND dMacdLH
    
    dSignal = dBull OR dBear
    
    SCREENER[dSignal]
    


    #258316 quote
    HUGO LEVIEILS
    Participant
    Average

    Merci Ivan

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

MACD divergence screener journalier, hebdo, mensuel


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by HUGO LEVIEILS
1 week, 1 day ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 02/19/2026
Status: Active
Attachments: No files
Logo Logo
Loading...