[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Re: Metastock 6.52 Entry Point



PureBytes Links

Trading Reference Links

------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.

To reply:  http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5435
------------------------------------------------------------------------

Brian

This trade latch can be very useful too, but you can't use it to create an
exit based on the entry.

  {Trade Latch}
N:=Fml("Your Entry");
X:=Fml("Your Exit");
I:=Cum(N+X>-1)=1;
Tr:=(BarsSince(I OR N)<BarsSince(I OR X));
Tr;

To dentify the starting bar (first signal) us the following line for output.
Tr AND Alert(Tr=0,2);

oy

----- Original Message -----
From: "pumrysh" <no_reply@xxxxxxxxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Sunday, November 10, 2002 4:58 AM
Subject: [EquisMetaStock Group] Re: Metastock 6.52 Entry Point


> Brian,
> Look at Roy's response in the last part of message 5362. You will
> need to use two events to signal your buy/sell one of which would be
> your pattern.
>
> If you are still having problems, post your code so we can see what
> you are up against.
>
> Preston
>
>
> --- In equismetastock@xxxx, BRIANKENYN@xxxx wrote:
> > Hi,
> >
> > I'm new to the group but have been "listening" and learning for
> several
> > weeks.
> >
> > Some patterns will occur more than once during a holding period and
> the
> > BARSSINCE Function will measure from the last occurance. Can
> Metastock 6.5
> > identify the initial entry point of the trade so that I can measure
> from that
> > point?
> >
> > Thanks all.
> >
> > Brian
>
>
> 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/
>
>
>
>



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/