billyspradling 13 posts msg #69317 - Ignore billyspradling | 
11/21/2008 3:28:00 PM
     i am trying to find a filter that will show me the actual % loss of a stock in the past 1 year
 
 
 
 
 
 price > 5
 volume > 250000
 Close dropped more than 60 Percent over the last 365 days
 
 
   i have tried the filter above but it only gives me a defined percentage like 60% or 80 %
 
   i am trying to make one that i can sort the actual percentages loss of all stocks in a column.
 
                                                                                               Many Thanks
                                                                                                      Happy Holidays
                                                                                                              Betty Spradling
 
  | 
dwiggains 448 posts msg #69318 - Ignore dwiggains modified | 
11/21/2008 4:19:58 PM
   Hi
 Try this for a start
 
  	    
 
 Their are about 250 trading days in 1 year.
 I had to make the drop > .01 or you get  several companies that have not been around for 1 year.
 
 See Ya
 David
 
  | 
chetron 2,817 posts msg #69320 - Ignore chetron | 
11/21/2008 7:37:05 PM
  or maybe.....
 
  	    
 
  |