| Envoyé par marcd le 23 Septembre 2007 à 15:36
|
|
|
salut je ne suis pas sur que tu puisses. Si on regarde l'aide il est ecrit
This trading reserved word adds a trendline with the specified starting and ending points to a price chart. It returns a numeric expression
< =1.2 =text/>
corresponding to the ID number of the trendline added to the chart. Il dit que ca ajoute sur un Price Chart mais pas forcement indicateur. Sinon pour afficher tu ecrirais quelque chose du genre
vars: myMACD(0); myMACD = MACD(close, 14,24);
Value1 = TL_New(date[5], Time[5], myMACD[5], date, time, myMACD);
Ca cree la ligne (il n'y a pas d'erreur retournee par l'instruction mais elle ne s'affiche pas malheureusement). Je vais regarder
__________________ Marc Defosse
|