Indicateur graphique

Forums ProRealTime forum Français Support ProBuilder Indicateur graphique

Viewing 3 posts - 1 through 3 (of 3 total)
  • #76840

    bonsoir,

    j’ai réalisé en m’inspirant de ce que j’ai pu voir sur ce site un indicateur “visuel”. J’aurai souhaité pouvoir mettre à gauche des flèches vertes ou rouges un intitulé du type “macd” ou “hausse” par exemple. Avez-vous une idée de comment il faudrait faire? merci d’avance pour votre aide. Ci-dessous le programme de l’indicateur.

    // Paramètres my RVI

    indicator1, indicator2, ignored, ignored = CALL MyRVI(close)
    if indicator1 > indicator2 then
    DRAWTEXT (“▲”, BarIndex,2.0, SansSerif, BOLD, 12) COLOURED (0,255, 0)
    elsif indicator1< indicator2 then
    DRAWTEXT(“▼”, BarIndex,2.0,SansSerif,BOLD,12) COLOURED(255,0,0)
    ENDIF

     

     

    #76851

    Bonjour finplus

    Modeste contribution afin de mettre le programme normalisé en utilisant l’insert PRT code < >

     

    #76852

    merci Swapping.

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login