PureBytes Links
Trading Reference Links
|
Steve,
They go out for disbursement but are not stored in the group message
archives. Anyone checking the group site wouldn't have them. I'm not
sure how that works for people signed up for digest.
I also noticed that there were a number of replied to messages
between your post and the bottom of the page where the attachment
was. You have to scroll all the way to the bottom to get the
attachment.
If it helps you are more than welcome to upload any attachment into
the files or photos section.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Steve Karnish <skeeter47@xxx>
wrote:
>
> Preston,
>
> Are my attachments making it through to the forum? Every time I
post a file, I get multiple replies from members that they did not
receive an attachment. Just want to make sure it is not my fault.
I've reviewed my posts, and the attachments seem to be in place.
>
> Take care,
>
> Steve
>
> --- On Thu, 7/10/08, pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
>
> From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
> Subject: Fw: [EquisMetaStock Group] Re: Triple Moving Average
Crossover
> To: equismetastock@xxxxxxxxxxxxxxx
> Date: Thursday, July 10, 2008, 1:57 PM
>
>
>
>
>
>
> 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@ .>
> 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
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|