| 
 PureBytes Links 
Trading Reference Links 
 | 
Dusant,
Thanks for the info.
Much appreciated.
- Larry
-------------------------------------------
--- In Metastockusers@xxxxxxxxxxxxxxx, "Dusant@xxxx" <dusant@xxxx> 
wrote:
> Enclose all your conditions in a writeif() or writeval(), whatever 
you are trying to achieve.
> It will display the text or value when your condition is triggered.
> Dusant
> Chief Architect
> www.candlestrength.com
>   ----- Original Message ----- 
>   From: lseldin 
>   To: Metastockusers@xxxxxxxxxxxxxxx 
>   Sent: Saturday, January 24, 2004 00:22 AM
>   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 Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
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/ 
 
 |