PureBytes Links
Trading Reference Links
|
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.
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
lseldin
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">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
anExpert Commentary?Thanks much,<A
href="">larryTAKEOUT@xxxxxxxxxx------------------------------------------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
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|