| 
 PureBytes Links 
Trading Reference Links 
 | 
<SPAN 
class=285122814-25102002>Tony,
it is 
a function that has been around since before my time :))     
>From the help file...........
 <SPAN 
class=285122814-25102002>
ATR<FONT 
color=#0000ff face=Arial size=2> (AFL 1.3) 
SYNTAX 
atr( period 
)
RETURNS
ARRAY
FUNCTION 
Calculates Average 
True Range indicator
EXAMPLE
<FONT color=#0000ff face=Arial 
size=2>atr(7)
 
<SPAN 
class=285122814-25102002>just write a custom indicator with 
<SPAN 
class=285122814-25102002> 
 
<SPAN 
class=285122814-25102002>plot(atr(14),"ATR",colorblue,4);   
Jayson 
<FONT face=Tahoma 
size=2>-----Original Message-----From: aew_o 
[mailto:awenos@xxxx]Sent: Friday, October 25, 2002 9:43 
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 
ATRI am  using AB 4.0 and would like to use the 
ATR Indicator but I donot see that it is included with my release.  I 
looked at the AB site and found a reference to ATR, but it was includedwith 
a system and Icould not separate the indicator from the system.Can 
someone help me with my problem?  I am not well schooled with creating 
functions in AB.RegardsTonyPost 
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A 
href="">http://groups.yahoo.com/group/amiquote/messages/)Check 
group FAQ at: <A 
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 
 
 |