PureBytes Links
Trading Reference Links
|
Last was response was a little too quick -
sorry! It seems like they should give the same result to me
also.
I just found Indicator Builder and entered:
Graph0 = ATR<FONT
size=1>(10<FONT
size=1>);
//Graph1 = ATR(1);
Graph1 = EMA<FONT
size=1>(ATR(<FONT
color=#ff00ff size=1>1),<FONT color=#ff00ff
size=1>10);
Graph2 = MA<FONT
size=1>(ATR(<FONT
color=#ff00ff size=1>1),<FONT color=#ff00ff
size=1>10);
Not too elegant but interesting, the EMA wassimply a
test.
Cheers,
Richard
<A
href="">www.AnalyticInvestor.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=jhellisjr@xxxx
href="">jhellisjr@xxxx
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, December 04, 2001 6:48
AM
Subject: [amibroker] Average True
Range
Can anybody explain the difference
between:ATR(10);andMA(ATR(1),10);I expected
the same results but they are not
equal.Thanks,JimYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|