| 
 PureBytes Links 
Trading Reference Links 
 | 
Thank you very much Mike and Joe. Your suggestions was both very 
useful.
So I solve the problem in this (maybe redundant) mode:
 
  <FONT 
  color=#0000ff>R1:=C-O;R2:=H-L;Ratio1:=If(R1=0,0.250,R1);Ratio2:=If(R2=0,0.50,R2);
   
  .... (cross function)
   
  AND R1>0
   
  AND ((Ratio1/Ratio2)>0.65)
 
With a smile I note that the results of the new formula are the same of the 
older formula. In this case it was a false alert from Metastock.
 
 
Rob.
 
 
Yahoo! Groups Sponsor
  ADVERTISEMENT 
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 |