| Ryan13 1 posts
 msg #144725
 - Ignore Ryan13
 | 9/22/2018 9:57:52 AM 
 Hi.
 
 I would really appreciate any help I can get with this new filter Im working on.
 
 Im trying to setup a filter to review Stocks ONLY if this weeks SPX Close is above 35% of the prior 52 weeks Close and the close must be less than the Close (1,2,3) weeks ago for (1,2,3) consecutive weeks.
 
 So far I have :
 # spx close is above 35 percent for the last 52 weeks
 
 and for a 2 week look back I have:
 # show stocks where weekly close count(close is below Close,2) equals 2
 
 Its not quite right so I would appreciate any help the expert forum can give.
 
 Cheers
 Ryan
 
 
 |