PureBytes Links
Trading Reference Links
|
Thank you guys for the reply.
Harry- I tried what you mentioned but its troublesome to look at the
chart individually because once I have that first cross over on the
daily or 60 minutes than I would like to use the same last explored
values to do for the weekly.
So your suggestion doesn't help. Is there another way to just look
at the first crossover.
Jose- Firstly I just wondering why is your method or formula written
in a lengthy format.
Secondly, I still have symbols turning up which is in the opposite
value that is to say when the 20 day crosses the 10 day. So it looks
like its pointing down. What I really want is the 10 day crosses the
20 day and it looks like pointing up.
Is there a way for me solve this problem because I'm back where I
started with my initial exploration formula.
Thank you very much for you time in looking at this. I really hope
someone can help me out.
Thank you again
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose" <josesilva22@xxxx>
wrote:
> Try this:
>
> ---8<-------------------------
>
> pds1:=10;
> pds2:=20;
>
> Normal:=Cum(Cross(Mov(MACD(),pds1,E),
> Mov(MACD(),pds2,E)))=1;
> firstNormal:=Normal AND Alert(Normal=0,2);
>
> Reverse:=Cum(Cross(Mov(MACD(),pds2,E),
> Mov(MACD(),pds1,E)))=1;
> firstReverse:=Reverse AND Alert(Reverse=0,2);
>
> firstNormal OR firstReverse
>
> ---8<-------------------------
>
> jose '-)
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "lynn14344" <darisr@xxxx>
> wrote:
> > Hi everybody there,
> >
> > I have this formula for exploration purposes but its not working
to
> > my formula. I'm looking at the FIRST time crossover( when moving
ave
> > for 10 days is greater than the 20 days) based on the formula
below
> > but it also shows results based on the reverse form( moving ave
20
> > days greater than 10 days).
> >
> > in col a I wrote this
> > cross(mov(macd(), 10, e), mov(macd(), 20, e))
> >
> > in col b I wrote this
> > cross(mov(macd(), 20, e), mov(macd(), 10, e))
> >
> > In the filter col I wrote this
> > cola = 1 or colB = 1
> >
> >
> > How can I overcome is problem.I just want the first time
crossover
> > for 10 days moving ave of the macd greater than 20 days. Can
someone
> > please help me.
> >
> > Thank you very much and eargerly waiting for some help.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|