Sorte de Fractal

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92892 quote
    Shark
    Participant
    Senior

    Bonjour

    Je cherche à convertir ce code MT4 pour ProRealTime.

    Merci

    Quantum.mq4 quantum-mt4-indicator.png quantum-mt4-indicator.png
    #92898 quote
    Nicolas
    Keymaster
    Master

    Merci à l’avenir d’utiliser ce formulaire pour les demandes de conversion de code : Conversion de code vers ProRealTime

    Cet indicateur marque les plus hauts et bas de la période qui a été paramétré. Par défaut c’est 300 périodes. On peut donc le coder comme ceci: (non testé)

    period = 300
    hh = highest[period](high)
    ll = lowest[period](low)
    if high=hh[0] then 
     drawtext("■",barindex,high) coloured(0,0,200)
    endif
    if low=ll[0] then 
     drawtext("■",barindex,low) coloured(200,0,0)
    endif
    
    return
    #92915 quote
    Shark
    Participant
    Senior

    Merci pour ton retour Nicolas. C’est exactement ça.

    Je pensais avoir suivi le bon lien pour ma demande.

    #92920 quote
    Nicolas
    Keymaster
    Master

    Une description et une image est nécessaire, c’est mentionné dans la page en question. Merci 😉

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

Sorte de Fractal


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Shark @shark Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by Nicolas
7 years ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 03/05/2019
Status: Active
Attachments: 2 files
Logo Logo
Loading...