Umesh,AW,
It appears that Umesh is looking for an event when the faster MA
crosses both the medium and slower MA's. In this case I believe its
the 5SMA crossing the 10EMA and the 30EMA within the same bar.
Not an event that happens often but considering the Compression Index
that Steve posted and the explosiveness of the event it might be a
good idea to at least look at it.
Here is how you could write an exploration for it.
A:=Cross(Mov( C,5,S),Mov( C,10,E));
B:=Cross(Mov( C,5,S),Mov( C,30,E));
A=1 AND B=1
Hope this helps,
Preston
--- In equismetastock@ yahoogroups. com, awcalhouncrew <no_reply@xx .>
wrote:
>
> Umesh,
>
> I do not think that is an event of any significance. The only thing
> that I see is the crossovers occuring on the same bar. The first
> crossovers were at different times and much wider apart from each
> other.
>
> You can use Cross like this to identify the events.
>
> A:=Cross(Mov( C,8,E),Mov( C,13,E));
> B:=Cross(Mov( C,13,E),Mov( C,21,E));
>
>
> AW
>
>
>
>
> --- In equismetastock@ yahoogroups. com, "Umesh Malhotra"
> <mtranscriptionist@ > wrote:
> >
> > To more better explain myself. Please see the attached.
> >
> > attached
> > ----- Original Message -----
> > From: Umesh Malhotra
> > To: equismetastock@ yahoogroups. com
> > Sent: Thursday, July 10, 2008 5:36 PM
> > Subject: Re: [EquisMetaStock Group] Re: Triple Moving Average
> Crossover
> >
> >
> > AW,
> >
> > To clear my point I have attached a screen shot.
> >
> > please look at this and advise how to write code for this cross
> over keeping the width of the crossover + and - 2 points.
> >
> > umesh
> > ----- Original Message -----
> > From: awcalhouncrew
> > To: equismetastock@ yahoogroups. com
> > Sent: Wednesday, July 09, 2008 10:59 PM
> > Subject: [EquisMetaStock Group] Re: Triple Moving Average
> Crossover
> >
> >
> > Umesh,
> >
> > Confluence is not a term typically used in technical analysis.
> Did
> > you by chance mean convergence?
> >
> > AW
> >
> > --- In equismetastock@ yahoogroups. com, "Umesh Malhotra"
> > <mtranscriptionist@ > wrote:
> > >
> > > HI!!
> > >
> > > I have been following this post regularly and an idea came to
> my
> > mind about which I have a doubt.
> > >
> > > Will this exploration also works as confluence exploration?
> > >
> > > Please guide me, I'm new to MS programing.
> > >
> > > thanx
> > >
> > > umesh
>