PureBytes Links
Trading Reference Links
|
uhehs,
Thanks much,
- Larry
------------------------------------
--- In Metastockusers@xxxxxxxxxxxxxxx, <uhehs@xxxx> wrote:
> You need to create your own "BUYCRITERIA" and "SELLCRITERIA" and
add it at
> the front end of the code.
>
>
>
> -----Original Message-----
> From: lseldin [mailto:larry@x...]
> Sent: Friday, January 23, 2004 1:52 PM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: [Metastockusers] Re: Enhanced System Tester - Stop Loss
from High
> on Monthly Chart
>
>
>
> Could you please tell me how to add this trailing stop an
> Expert Commentary?
>
> Thanks much,
>
> larryTAKEOUT@xxxx
>
>
>
>
> ------------------------------------------
> SELLSTOP:=C<(HighestSince(1,BUYCRITERIA,HIGH)*.95);
> COVERSTOP:=C>(LowestSince(1,SHORTCRITERIA,LOW)*1.05);
>
> State:=If(Cum(1)=1,0,
> If(BUY,1,
>
> If(SHORT,-1,
>
> If((SELL AND PREV=1) OR
>
> (sellstop AND PREV=1) OR
>
> (COVER AND PREV=-1) OR
>
> (coverstop AND PREV=-1),0,
>
> PREV))));
>
> State=0 AND Ref(State,-1)=1)
>
>
>
>
> _____
>
> Yahoo! Groups Links
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/Metastockusers/
>
>
> * To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
> <mailto:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx?
subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> <http://docs.yahoo.com/info/terms/> Service.
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|