Afficher le prix precis de déclenchement d\'un indicateur

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102733 quote
    RECALL
    Participant
    Junior

    Bonjour,

    j’ai développé un indicateur et j’aimerai trouver la solution pour avoir en plus de ma fléche le prix précis lors du déclenchement du signal (dessiné)

    merci de votre compréhension

    If ACHAT and long = 0 and HistoLong = 0 and c0 and close > close[1] and close > mm20 and (c1 or c2) and c10 and Ang1>20 and Ang2>5 and Ang1>Ang2 THEN
    Long = 1
    HistoLong = 1
    
    DRAWARROWUP(barindex,low-2) COLOURED(0,0,0)
    #102736 quote
    Nicolas
    Keymaster
    Master

    On peut l’écrire sur le graphique avec DRAWTEXT :

    Si on prend le Close de la bougie du signal, on l’enregistre dans une variable et on l’écrit sur le graphique comme ceci :

    If ACHAT and long = 0 and HistoLong = 0 and c0 and close > close[1] and close > mm20 and (c1 or c2) and c10 and Ang1>20 and Ang2>5 and Ang1>Ang2 THEN
     texte=Close
     DRAWTEXT("#texte#",barindex,low-3,dialog,bold,20)
    endif
    
    #102746 quote
    RECALL
    Participant
    Junior

    merci

    afin paraitre idiot, comment écrivez vous la variable ?

    #102747 quote
    RECALL
    Participant
    Junior

    Désolé,

    c’est bon j’ai compris merci beaucoup

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

Afficher le prix precis de déclenchement d\'un indicateur


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
RECALL @recall Participant
Summary

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

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