davesaint86 726 posts msg #56834 - Ignore davesaint86 | 
11/18/2007 10:30:26 PM
  I'm trying to create a Swing Trading Filter where the price hits support and/or starts or  looks like it might bounce off of support and move up.  Both the Slow Stochastic-12,3 and CCI (20) have turned from down to up showing the earliest stages of beginning of an uptrend.  Volume should be picking up also.  I'm trying to catch the upswing at the optimal time.  Below is what I have so far.  
 
 
 Show stocks where Slow Stochastic(12,3) Fast %K crossed above Slow Stochastic(12,3) Slow %D within the last 1 day 
 and Average Volume(60) is above 300000 
 and close is between 5 and 250 
 and CCI(20) crossed above -100.00 within the last 1 day 
 and volume has been increasing over the last 1 day 
 
 
  |