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

RE: [Metastockusers] Re: Enhanced System Tester - Stop Loss from High on Monthly Chart



PureBytes Links

Trading Reference Links









You need to create your own “BUYCRITERIA”
and “SELLCRITERIA” and add it at the front end of the code.

 

<span
>-----Original Message-----
From: lseldin
[mailto:larry@xxxxxxxxxx] 
Sent: Friday, January 23, 2004
1:52 PM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: [Metastockusers] Re:
Enhanced System Tester - Stop Loss from High on Monthly Chart

<span
> 

Could
you please tell me how to add this trailing stop an<font
size=2 face="Courier New">
Expert Commentary?

Thanks much,

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)




<font
size=2 face="Courier New">





<font size=2
face="Courier New">Yahoo!
Groups Links

<font size=2
face=Symbol>·<font size=1
face="Times New Roman">        
<span
>To visit your group on the
web, go to:
http://groups.yahoo.com/group/Metastockusers/
  

<font size=2
face=Symbol>·<font size=1
face="Times New Roman">        
<span
>To unsubscribe from this
group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
  

<font size=2
face=Symbol>·<font size=1
face="Times New Roman">        
<span
>Your use of Yahoo! Groups is
subject to the Yahoo! Terms of
Service. 












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.