Screener Heikin-Ashi baissière sans mèche et SMA 200

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

    Bonjour,

    Recherche Screener :

    (1)Bougies Heikin-Ashi Baissiére sans tige sur la tête.

    (2) Avec le cours Sur la SMA 200

    voir photo

    SMA-200.png SMA-200.png
    #258239 quote
    Iván González
    Moderator
    Master

    C’est ici

    IF BarIndex = 0 THEN
       xClose = (Open + High + Low + Close) / 4
       xOpen = (Open + Close) / 2
       xHigh = High
       //   xLow = Low
    ELSE
       xClose = (Open + High + Low + Close) / 4
       xOpen = (xOpen[1] + xClose[1]) / 2
       xHigh = Max(High, Max(xOpen, xClose))
       //   xLow = Min(Low, Min(xOpen, xClose))
    ENDIF
    
    
    c1 = (xClose < xOpen) AND (xHigh = xOpen)
    
    
    sma200 = Average[200](Close)
    c2 = (Low <= sma200) AND (High >= sma200)
    
    
    SCREENER[c1 AND c2]
    



    #258245 quote
    HUGO LEVIEILS
    Participant
    Average

    Merci Ivan


    #258249 quote
    HUGO LEVIEILS
    Participant
    Average

    Ivan c’est possible de modifier N° (2) Avec la Bougie Heikin-Ashi Sur la SMA 200

    merci

    #258282 quote
    Iván González
    Moderator
    Master

    Oui, il vous suffit de remplacer les variables « high » et « low » par « xhigh » et « xlow » à la ligne C2.

    #258304 quote
    HUGO LEVIEILS
    Participant
    Average

    Merci Ivan bonne journée

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

Screener Heikin-Ashi baissière sans mèche et SMA 200


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 5 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/18/2026
Status: Active
Attachments: 1 files
Logo Logo
Loading...