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

RE: Explorer Vs Charts



PureBytes Links

Trading Reference Links

You may want to consider adding a 200 day moving average in invisible style
to force explorer to use enough time or you could add a function like
ref(c,200) and then add an if wrapper to effectively no-op the ref
function such as:  your statement + if(ref(c,200)>0,0,0).  The basic
rule for exponential averages is 4 times the lookback period length for
convergence
of functional values.

Thanks,


Ron Stockstill

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Bob Jagow
Sent: Thursday, December 23, 1999 4:51 PM
To: metastock@xxxxxxxxxxxxx
Subject: RE: Explorer Vs Charts


Can't you special-case the indicators that use EMAs?

Slapping the Explorer on da side a its head might help.

<< the Explorer will not load 100 time periods as it doesn't need 100 time
periods to calculate a 14 time period indicator>>

> -----Original Message-----
> From: owner-metastock@xxxxxxxxxxxxx
> [mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Equis Support
> Sent: Thursday, December 23, 1999 2:05 PM
> To: 'metastock@xxxxxxxxxxxxx'
> Subject: RE: Explorer Vs Charts
>
>
> The indicator you used as an example is an exponential indicator.
> Therefore, the amount of data loaded for its calculation changes the
> results.
>
> If you load 100 time periods into a chart and plot the 14 ADX for example,
> and you have the Explorer only load minimum data, the indicator value will
> be different as the Explorer will not load 100 time periods as it doesn't
> need 100 time periods to calculate a 14 time period indicator.
>
> The values are correct both in the chart and in the Explorer
> based upon the
> amount of data each is using for the calculation.
>
> Set the Explorer to load the same number of records you load in
> your charts
> or change your charts to load the same number of records you load in the
> Explorer and the values will match.
>
>
> Equis Support
> http://www.equis.com/
> http://www.equis.com/customer/support/
>
>
>
> -----Original Message-----
> From: Fernand Levesque [mailto:techpack@xxxxxxxxxxxx]
> Sent: Thursday, December 23, 1999 9:33 AM
> To: metastock list
> Subject: Explorer Vs Charts
>
>
> To All
>
> Did anyone ever notice that  the value of indicators given in the
> explorer are not
> the same  when you open a chart.  ex. ADX-14 and others over 10 pts +-
> This make the explorer not a very valid tool. ????  Are the charts
> giving the right
> values or the Explorer????
>
> Yr comments Pls
>