Screener Supertrend

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #123496 quote
    larouedegann
    Participant
    Master

    Bonjour,

    j’ai un petit soncis de screener et d’affichage. Dans mon screener, je souhaite sortir les actions

    qui ont un changement de supertrend. Le petit problême est qu’il me sort une journée aprés le changement de supertrend.Voir graphique et screener

    Merci de votre aide

    // supertrend
    
    st = Supertrend[3,10]
    c1 =close>st
    c2 = close[1]<st[1]
    
    // jaw of alligator
    //c3 = WilderAverage[13](close[8])
    
    MME100 = Average[100](close)
    
    c4 = close<MME100
    c5 = (close*volume)>50000
    SCREENER [c1 and c2  and c4 and c5](Variation AS "% barre prec")
    KER-Journalier.png KER-Journalier.png
    #123557 quote
    Nicolas
    Keymaster
    Master

    Version gratuite fin de journée = décalage d’une période des résultats de ProScreener.

    #123603 quote
    larouedegann
    Participant
    Master

    ok merci

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

Screener Supertrend


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by larouedegann
5 years, 11 months ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 03/26/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...