PureBytes Links
Trading Reference Links
|
Yep, you are very correct and that is what he requested.
Bob
--- In equismetastock@xxxxxxxxxxxxxxx, "Roy Larsen" <rlarsen@xxxx>
wrote:
> Hi Bob
>
> The problem with "ValueWhen(1,{your long entry formula here},C);"
is that it
> picks up the most recent entry signal of the current trade, it does
not
> retain the original entry value when that is followed by further
signals.
>
> Regards
>
> Roy
>
>
>
> ----- Original Message -----
> From: "Bob" <rtstrade@xxxx>
> To: <equismetastock@xxxxxxxxxxxxxxx>
> Sent: Friday, May 23, 2003 11:45 AM
> Subject: [EquisMetaStock Group] Re: Referencing the most recent
occurrence
>
>
> > --- In equismetastock@xxxxxxxxxxxxxxx, "timinwaedi"
<timinwaedi@xxxx>
> > wrote:
> > > Can anyone suggest how I can reference the price at which a the
> > most
> > > recent occurrence of a long entry took place. I need to know
this
> > > price in order to define a stop loss or stop profit exit.
> > >
> > > Would be grateful for any input
> > >
> > > Tim
> >
> > Tim, if this is for the System Tester then this should work:
> >
> > stop:={stop value};
> > profit:={stop value};
> > Trade:=ValueWhen(1,{your long entry formula here},C);
> >
> > (trade*(1-stop))>=c
> > OR
> > (trade*(1+profit))<=c
> >
> > If for an Expert, then you will need more.
> >
> > Bob
> >
> >
> >
> >
> > 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/
> >
> >
> >
> >
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/uetFAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|