sunrise 4 posts msg #35489 - Ignore sunrise | 
3/29/2005 3:20:42 PM
  How can I trigger trade with Stochastic Momentum SMI(9,5,3) crossed above the %D line? I try all syntax but none working. Anyone know how?. Thank you.
 
 
  | 
dangreene 229 posts msg #35491 - Ignore dangreene | 
3/29/2005 7:31:33 PM
  sunrise;
 
 How about -
 
  	    
 
 
 
  | 
sunrise 4 posts msg #35493 - Ignore sunrise | 
3/29/2005 11:43:31 PM
  Thank dangreene,
 but your syntax provided the blue line (SMI) crossed above value 0. I need the Blue line(SMI) crossed above the red line (%D)
 There mus be some way.
 
 
  | 
barl0w 7 posts msg #35494 - Ignore barl0w | 
3/30/2005 1:04:57 AM
  Not perfect, but you *can* find some in here from what I looked at:
 
  	    
 
 
  | 
Stocksight 33 posts msg #43237 - Ignore Stocksight | 
4/27/2006 12:54:02 PM
  Try: show stocks where SMI(25,20,5) crossed above Slow SMI(25,20,5)%D
 
 
  |