Screener Heikin-ashi avec Tenkan-sen, SMA7 et SAR inversé

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

    Bonjour,

    Je recherche screener:

    Le Cours avec les Bougies Heikin-ashi.

    +Tankan-sen ascendante ascendante en séance

    + Sma 7 ascendante en séances

    + Sar Inversé en séances

    fernanda-1.png fernanda-1.png
    #258185 quote
    Iván González
    Moderator
    Master
    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
    
    SCREENER[cHA AND cTenkan AND cSMA AND cSAR]
    


    HUGO LEVIEILS thanked this post
    #258186 quote
    HUGO LEVIEILS
    Participant
    Average

    Je voulais le Sar Inversé en séance le jour même (pas après )

    Merci

    #258192 quote
    Iván González
    Moderator
    Master

    Dans ce cas, remplacez la dernière condition par celle-ci.


    cSAR = Close > mySAR and close[1]<mysar[1]
    
    robertogozzi and HUGO LEVIEILS thanked this post
    #258218 quote
    HUGO LEVIEILS
    Participant
    Average

    Merci beaucoup Ivan 🙏



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

Screener Heikin-ashi avec Tenkan-sen, SMA7 et SAR inversé


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

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

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