mslattery@dc.rr.com 91 posts msg #34766 - Ignore mslattery@dc.rr.com | 
1/5/2005 10:10:26 PM
  Is it possiable to determine the percentage change in volume from the Average Volume(100) and display only those stocks that are at a reduced volume of 5% or greater, i.e., (-5%, -6%, -7% ..... -239%).  A colume that displays the percentage change would be helpful?
 
 I am looking for stocks that have 6% or greater reductions in volume at reversals.  It seem that in SF it would be easier to compare against Historical Lows or Average Volume.  I picked Average Vol here but either would be fine.
 
 Thanks for the assistance
 
 Michael
 
 
  | 
mslattery@dc.rr.com 91 posts msg #34773 - Ignore mslattery@dc.rr.com | 
1/6/2005 2:56:36 AM
  set{VolPctChg, volume / Average Volume(100)} 
 VolPctChg * 100 
 add column VolPctChg 
 sort column 5 asending
 
 This is as close as I have gotten.  It does not provide negative numbers for days where the volume is below the Ave Vol 100.  It does not cut of the list at anything greater than -5%.
 
 Found what is here from filter archive.
 
 Michael
 
 
  | 
xplorer 257 posts msg #34776 - Ignore xplorer | 
1/6/2005 8:51:03 AM
 
  	    
 
 
  | 
mslattery@dc.rr.com 91 posts msg #34793 - Ignore mslattery@dc.rr.com | 
1/7/2005 12:51:43 AM
  Dear Xplorer:
 
 Thanks, this was nice of you to help.  
 
 I tried this by clicking on the magnifying glass and it returned an error message and no zero results.
 
 Any ideas?
 
 Michael
 
 
  | 
xplorer 257 posts msg #34799 - Ignore xplorer | 
1/7/2005 8:24:51 AM
  I had a little typo ... one of the comment lines was not closed properly.
 
 
  	    
 
 
  |