Indicateur graphique

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #76840 quote
    finplus
    Participant
    Master

    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 quote
    swapping
    Participant
    Master

    Bonjour finplus

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

    // 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
    #76852 quote
    finplus
    Participant
    Master

    merci Swapping.

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

Indicateur graphique


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
finplus @finplus Participant
Summary

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

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 07/26/2018
Status: Active
Attachments: No files
Logo Logo
Loading...