Supertrend inversé à la place du SAR dans un screener

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

    Bonjour,

    C’est pour modifier un code

    (1) Supprimé le Sar et le remplacer par Supertrend inversé dans la séances

    Merci 🙏🙏🙏


    IF BarIndex = 0 THEN
    haClose = Close
    haOpen = Open
    ELSE
    haClose = (Open + High + Low + Close) / 4
    haOpen = (haOpen[1] + haClose[1]) / 2
    ENDIF
    
    cHA = haClose > haOpen
    
    myTenkan = TenkanSen[9, 26, 52]
    cTenkan = myTenkan > myTenkan[1]
    
    mySMA = Average[7](Close)
    cSMA = mySMA > mySMA[1]
    
    mySAR = SAR[0.02, 0.02, 0.2]
    cSAR = Close > mySAR and close[1]<mysar[1]
    
    SCREENER[cHA AND cTenkan AND cSMA AND cSAR]
    
    #258481 quote
    HUGO LEVIEILS
    Participant
    Average

    Supertrend au vert voir photo

    merci

    supertrend-inverse-au-vert.png supertrend-inverse-au-vert.png
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Supertrend inversé à la place du SAR dans un screener


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by HUGO LEVIEILS
2 days, 14 hours ago.

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