| raven4ns 23 posts
 msg #33315
 - Ignore raven4ns
 | 9/19/2004 7:34:26 PM 
 I would like to create a filter that will highlight the narrowest range over past 4 days. I found one but it has syntax errors ans I don't know how to resolve them. The following is the filter:
 
 set{nr1,high 6 days ago-low 6 days ago}
 set{nr2,high 5 days ago-low 5 days ago}
 set{nr3,high 4 days ago-low 4 days ago}
 set{nr4,high 3 days ago-low 3 days ago}
 set{nr5,high 2 days ago-low 2 days ago}
 set{nr6,high 1 days ago-low 1 days ago}
 set{nr7,high-low}
 nr7 < nr6 and nr7 < nr5 and nr7 < nr4 and nr7 < nr3 and nr7 < nr2 and nr7 < nr1 and
 Average Volume(90) is above 20000
 60-day slope of close is greater than 0
 and Average Volume(7) has been decreasing over the last 5 days
 and close is between 1 and 250
 and low 1 day ago is lower than high
 and 7-day slope of close is near 0
 and date offset is 0
 
 Can anyone resolve this problem for me? Thank you.
 
 regards,
 
 Tim
 
 
 
 
 |