PureBytes Links
Trading Reference Links
|
Hi again,
I guess I made it sound harder or more detailed than it actually
is. All I'm trying to do is overlay the prices(or change in
prices) for the last 5 or maybe 10 years. For example:
y2003:= If( Year()=2003 , Mov( ROC(C ,8 ,% ) ,8 ,E ) ,0 );
y2004:= If( Year()=2004 , Mov( ROC(C ,8 ,% ) ,8 ,E ) ,0 );
y2005:= If( Year()=2005 , Mov( ROC(C ,8 ,% ) ,8 ,E ) ,0 );
(y2003+y2004+y2005)/3
However, this merely plots a continuous Mov( RO(C ,8 ,% ) ,8 ,E ).
How might I truely differentiate the years data in
order to sum them? Again, thanks for any suggestions.
By the way, I only have MS 6.52.
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose" <josesilva22@xxxx>
wrote:
>
> Good question.
> The "LookAhead" kit will be able to extract seasonal biases in any
> market sectors for up to a year ahead. Any regular sector
rotations
> will show up clearly in the seasonal charts.
>
> Other than Sam Stovall's theoretical model, I don't see any
seasonal
> predictions at
> http://stockcharts.com/charts/performance/SPSectors.html
> ... but their relative strength comparisons look very similar to
the
> URSC kit's
> http://users.bigpond.com/prominex/URSC/URSC.htm
>
>
> jose '-)
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "metastkuser"
<andysmith_999@xx
> ..> wrote:
> >
> >
> > Jose,
> >
> > Any chance it will include sector cycling/rotation (or is that
the
> > same as seasonal biases with respect to your kit)?
> > http://stockcharts.com/charts/performance/SPSectors.html
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Jose" <josesilva22@xxxx>
> > wrote:
> >
> > Seasonality is something that I've been working on for the past
> > four years.
> > Believe me - it is no easy task to implement in MetaStock. I
use a
> > custom-made application to extract the necessary data.
> >
> > I hope to finalize a seasonal kit for MetaStock sometime in the
> > next month or so. It will plot seasonal biases for any chart,
> > up to a year ahead.
> >
> >
> > jose '-)
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "tpab2" <tpab2@xxxx>
wrote:
> >
> > Could someone point me in the right direction to code for a
> > seasonality graph? That is, combining prices or perhaps a rate
> > of change in prices to come up with yearly, monthly or weekly
> > seasonal charts. Any help and or suggestions would be
appreciated.
> > Thanks
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/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/
|