[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] info in custom indicators



PureBytes Links

Trading Reference Links


Hi,
 
If you want a custom text you have to assign it to 
the title variable as shown in this example:
 
range = 14;
graph2 = pdi(range);
graph1 = mdi(range);
graph0 = adx(range);
title=name() + " - +DI" + writeval( graph2 )+ ", 
-DI" + writeval( graph1 )+ ", ADX" + writeval( graph0 );
 
This was also described in the newsletter<A 
href="">http://www.amibroker.com/newsletter/02-2000.html
 
Best regards,Tomasz Janeczko===============AmiBroker - the 
comprehensive share manager.<A 
href="">http://www.amibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
David 
Holzgrefe 
To: <A title=amibroker@xxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Tuesday, April 24, 2001 1:55 
PM
Subject: [amibroker] info in custom 
indicators

Hi TJ and other
 
Tomasz how do I get data text on the topline of 
custom indicator
 
is all just included in the naming of the 
indicator
eg 
macd(12,26,9)=???
maybe not since the status for the signal would 
change for chart to chart ?
 
Thanks David 
 
 Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.