Bonjour,
Est-il possible d'afficher des petites flêches dans un graphique.
Actuellement j'utilise l'instruction highlight("slot","green"); pour repérer une bougies dans un graphique. Cela dessine un trait verticale sur toute la hauteur du graphe.
Je souhaiterai afficher quelque chose de plus discret comme une petite flêche au dessus ou au dessous de la bougie qui m'intéresse.
Est ce possible ?
Merci
PAN
Afficher des flêches dans un graphe
Re: Afficher des flêches dans un graphe
Bonjour PAN.
Tu as :
Highlight("upTriangle", "lightblue");
Highlight("downTriangle", "lightblue");
Regarde le manuel des fonctions Express en page 21, fonction Highlight.
Amicalement.
Gérard.
Tu as :
Highlight("upTriangle", "lightblue");
Highlight("downTriangle", "lightblue");
Regarde le manuel des fonctions Express en page 21, fonction Highlight.
Amicalement.
Gérard.
Re: Afficher des flêches dans un graphe
Bonjour
Comment contourner ce problème
Express Test
Vars
calculation
if date= NumericToDate(20140611) then Highlightrgb("ellipse",0,0,0);
if date= NumericToDate(20140612) then Highlightrgb("ellipse",0,0,0);
if date= NumericToDate(20140613) then Highlightrgb("ellipse",0,0,0);
interpretation
begin
end
Mon Ellipse s'affiche que sur le jeudi 12 juin
Express Test
Vars
calculation
if date= NumericToDate(20140611) then Highlight("textbelow:Mercredi \n11 juin","bleu");
if date= NumericToDate(20140612) then Highlight("textbelow:Jeudi \n12 juin","bleu");
if date= NumericToDate(20140613) then Highlight("textbelow:Vendredi \n13 juin ?","bleu");
interpretation
begin
end
Comment assigner un commentaire sur un jour précis sur une bougie Daily ?
Je vous remercie par avance
salutations
Jo
Comment contourner ce problème

Express Test
Vars
calculation
if date= NumericToDate(20140611) then Highlightrgb("ellipse",0,0,0);
if date= NumericToDate(20140612) then Highlightrgb("ellipse",0,0,0);
if date= NumericToDate(20140613) then Highlightrgb("ellipse",0,0,0);
interpretation
begin
end
Mon Ellipse s'affiche que sur le jeudi 12 juin
Express Test
Vars
calculation
if date= NumericToDate(20140611) then Highlight("textbelow:Mercredi \n11 juin","bleu");
if date= NumericToDate(20140612) then Highlight("textbelow:Jeudi \n12 juin","bleu");
if date= NumericToDate(20140613) then Highlight("textbelow:Vendredi \n13 juin ?","bleu");
interpretation
begin
end
Comment assigner un commentaire sur un jour précis sur une bougie Daily ?
Je vous remercie par avance
salutations
Jo
You do not have the required permissions to view the files attached to this post.
Re: Afficher des flêches dans un graphe
Bonsoir Gérard
Merci pour l'information.
Je suis passe a cote .
Merci, bonne soirée et bon trade
Pan
Merci pour l'information.
Je suis passe a cote .
Merci, bonne soirée et bon trade
Pan