BOITE EN HEINKI ASHI

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

    Bonjour tous le monde

    je chercher a mettre en place une box en heinki ashi sur 6 bars. Basé non pas sur les hight-low, mais sur les close-open

    j’ai essayé avec

    Xclose = (open+close+high+low)/4

    Xopen = (open[1]+close[1])/2

    plushaut = MAX(Xopen,xclose)

    plusbas = MIN(Xopen,Xclose)  mais cela ne fonctionne pas et je ne suis certain de la formule

    si quelqu”un a une idée….

    #19662 quote
    larouedegann
    Participant
    Master

    IF Xopen>Xclose THEN
    plushaut=Xopen AND plusbas=xClose
    ENDIF
    IF XOPEN<xCLOSE THEN
    plusbas= Xopen AND plushaut=Xclose
    ENDIF

    IF TIME > 081000 THEN
    c1 = plushaut[6]>plushaut[5] AND plusbas[6]<plusbas[5]
    c2 = plushaut[6]>plushaut[4] AND plusbas[6]<plusbas[4]
    c3 = plushaut[6]>plushaut[3] AND plusbas[6]<plusbas[3]
    c4 = plushaut[6]>plushaut[2] AND plusbas[6]<plusbas[2]
    c5 = plushaut[6]>plushaut[1] AND plusbas[6]<plusbas[1]
    c6 = plushaut[6]>plushaut AND plusbas[6]<plusbas[0]

    mais cela ne fonctionne pas non plus

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

BOITE EN HEINKI ASHI


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by larouedegann
9 years, 2 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 01/02/2017
Status: Active
Attachments: No files
Logo Logo
Loading...