PureBytes Links
Trading Reference Links
|
I noticed that the horizontal 10-day average line is calculated &
plotted up to current period (from today to -9 day). Is it possible to
calculated the 10-day average & also plot the horizontal line from -1
day to -10 day (that means excluding today). The reason is I wanted to
be able to visually compare today's volume against the last 10-days
average volume. I am interested to know whether today's volume is say
4 times the average. Is this possible?
Thanks & best regards,
csong
> --- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
> wrote:
> > Csong
> >
> > Change the moving average to SIMPLE. I originally posted it as
> exponential. I think that would
> > account for the difference. Try this.
> >
> > Pe:=Input("Periods",3,1000,10);
> > B:=LastValue(Cum(1)-(Pe-1))=Cum(1);
> > ValueWhen(1,B,LastValue(Mov(V,Pe,S)));
> > Mov(V,Pe,S);
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|