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

[EquisMetaStock Group] Re: Why Metastock return a wrong ATR(10)?



PureBytes Links

Trading Reference Links

MetaStock uses Wilder's Smoothing for its ATR smoothing.
Wilder's Smoothing equates to (periods*2-1) exponential smoothing,

Except for some initial values in the first 90 bars or so, MetaStock's 
ATR(10) is the same as:

pds:=10;
pds:=pds*2-1;
Mov(ATR(1),pds,E)

For a really, really, really True ATR, I would use Mov(ATR(1),pds,S).


jose '-)
http://www.metastocktools.com




--- In equismetastock@xxxxxxxxxxxxxxx, chichungchoi <no_reply@xxx> wrote:
>
> Does anyone know why Metastock cannot return an accurate ATR(10) value?
> 
> [10 TRUE RANGES]
> 424.4297
> 180.4785
> 149.3496
> 544.2793
> 267.6289
> 228.3398
> 221.6406
> 204.0898
> 241.6602
> 241.7188
> 
> [Calculating ATR(10)]
> ATR(10) provided by Metastock is 250.631
> ATR(10) provided by Excel is Sum(10 data)/10 = 270.361
> Both results are different, do I use the wrong approach to calculate ATR
> (10) by Excel? or do Metastock return a wrong ATR(10)?
> Does anyone have any suggestions?
> Thank for any suggestions
> Eric





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/