PureBytes Links
Trading Reference Links
|
Jose,
I do moderate 2 other groups!
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
<josesilva22@xxxx> wrote:
>
>
> Preston, I know the feeling well - too much free time and not
enough
> stimuli. ;)
>
> How about moderating another two or three more usergroups? Now,
that
> would give you the extra stimulus you need... <:-D
>
>
> jose '-)
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxxx>
wrote:
> >
> > Jose,
> >
> > You're right! Seems I need more stimulus.
> >
> > Preston
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva"
> > <josesilva22@xxxx> wrote:
> >
> >> Comparing that to a 12EMA...
> >> From my perspective, X1 and X2 actually appear smoother.
> >
> > So they should, Preston - both x1 & x2 are SMAs (Simple Moving
> > Averages). Same data/period SMAs are always smoother than EMAs.
> >
> > There is little or no benefit in using Exp/Log over Mov(DataArray,
> > Periods,S).
> >
> >
> > jose '-)
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxxx>
> > wrote:
> >
> > MG,Jose,
> >
> > Not so quick to the cubicle!
> > There was a coding error. The fix is below:
> > y:=C;
> > n:=12;
> > x1:=Exp(Sum(Log(y),n)/n);
> > x2:=Exp(Mov(Log(y),n,S));
> > x1;x2
> >
> > That being said, there is a slight difference between x1 and x2
> > when compared. Comparing that to a 12EMA of the close there is
still
> > another difference. From my perspective, X1 and X2 actually
> > appear smoother. So we have a new way of writing an exponential
> > moving average.
> >
> > Finally, MG I've used the sum method to derive a SMA before.
> > I always enjoy new methods of writing moving averages.
> >
> > Thanks to both of you for the mental stimulus.
> >
> > Preston
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|