ravi 10 posts msg #105503 - Ignore ravi | 
3/18/2012 11:17:00 AM
  [daily sma(20,daily volume) > 40000] and [daily rsi(14) <= 30] and [daily rsi(2) >= 25] and [daily rsi(5) >= 25] and [daily plus di(14) <= 15] and [daily ppo line(12,26,9) <= -50] and [daily adx line(14) >= 55] and [daily williams %r(14) <= -70]
 
  | 
mahkoh 1,065 posts msg #105509 - Ignore mahkoh | 
3/18/2012 4:49:11 PM
  Of the 8 syntaxes used there are 4 where SF says "ERR". The only statements regarded are theones with RSI and W%R. 
 Does pincher refer to Jenny "budget" Pincher?
 
  | 
Kevin_in_GA 4,599 posts msg #105511 - Ignore Kevin_in_GA modified | 
3/18/2012 7:30:07 PM
  daily sma(20,daily volume) > 40000] and [daily rsi(14) <= 30] and [daily rsi(2) >= 25] and [daily rsi(5) >= 25] and [daily plus di(14) <= 15] and [daily ppo line(12,26,9) <= -50] and [daily adx line(14) >= 55] and [daily williams %r(14) <= -70]
 
 ++++++++++++++++
 
 Recoding this into SF:
 
  	    
 
 I get no errors, but I also get no hits.  Are you sure this is what you want?  It seems that the various RSI settings are probably excluding any returns - the rsi(14) is below 30 but the rsi(5) is above 25 AND so is the rsi(2)?
 
  |