Afficher des flêches dans un graphe

Post Reply
User avatar
PAN
Posts: 53
Joined: 23 Jan 2014 18:16

Afficher des flêches dans un graphe

Post by PAN »

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
WHFX
Posts: 9
Joined: 19 Jun 2013 13:41

Re: Afficher des flêches dans un graphe

Post by WHFX »

Bonjour PAN.

Tu as :
Highlight("upTriangle", "lightblue");
Highlight("downTriangle", "lightblue");

Regarde le manuel des fonctions Express en page 21, fonction Highlight.

Amicalement.
Gérard.
Ceres
Posts: 73
Joined: 31 Mar 2014 09:53

Re: Afficher des flêches dans un graphe

Post by Ceres »

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
You do not have the required permissions to view the files attached to this post.
User avatar
PAN
Posts: 53
Joined: 23 Jan 2014 18:16

Re: Afficher des flêches dans un graphe

Post by PAN »

Bonsoir Gérard

Merci pour l'information.

Je suis passe a cote .

Merci, bonne soirée et bon trade


Pan
Post Reply

Return to “WHS NANOTRADER - EXPRESS PROGRAMMING”