Ichimoku – sortie Kumo

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #138296 quote
    jaginho
    Participant
    Junior

    Bonjour,

    J’ai pas mal fouillé le forum y compris dans tag Ichimoku mais pas trouvé ma réponse.

    J’ai un code (trouvé ici d’ailleurs) intéressant mais j’aurais besoin d’info en amont => je voudrais un code lorsque 1 chandelier cloture dessus nuage (et donc le logging span également) alors que celui de la veille était dedans => en gros, le cours sort du nuage à la hausse (1er chandelier). Cf screen en copie, LVMH à date.

    Je sèche dessus… j’ai réussi d’autres qui me semblent plus complexe mais là, pas sèche 🙁

    //--------------------Indicateur Screener Ichimoku Buy
    
    //Ichimoku
    Tenkan = (highest[9](high)+lowest[9](low))/2
    Kijun = (highest[26](high)+lowest[26](low))/2
    SpanA = (tenkan[26]+kijun[26])/2
    SpanB = (highest[52](high[26])+lowest[52](low[26]))/2
    
    //--------------------Condition Haussière
    
    //Trend Haussier
    A1 = close > SpanA and close > SpanB
    A2 = close > high[26]
    A3 = close > SpanA[26] and close > SpanB[26]
    A4 = close > Kijun[26] and close > Tenkan[26]
    A = A1 and A2 and A3 and A4
    
    Screener [A]
    

    Merci à vous

    lvmh.jpg lvmh.jpg
    #138511 quote
    Nicolas
    Keymaster
    Master

    Si tu veux tester le moment précis où le chandelier sort du nuage, tu devrais utiliser l’instruction CROSSES OVER (croise à la hausse):

    A1 = close crosses over max(SpanA,SpanB)
    #138662 quote
    jaginho
    Participant
    Junior

    Top merci, comme quoi, cela ne sert à rien de se triturer le cerveau 🙁

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

Ichimoku – sortie Kumo


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
jaginho @jaginho Participant
Summary

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

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