| AugustBag 13 posts
 msg #95587
 - Ignore AugustBag
 | 8/11/2010 5:45:45 PM 
 SET{M3,COUNT(IND(^SPX,WILLIAMS %R(3) < -80,1)}
 
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #95588
 - Ignore Kevin_in_GA
 | 8/11/2010 5:59:30 PM 
 SET{M3,COUNT(IND(^SPX,WILLIAMS %R(3) < -80,1)}
 
 Versus
 
 SET{M3,COUNT(IND(^SPX,WILLIAMS %R(3)) < -80,1)}
 
 Note - you need one more closing parenthesis to make the IND() statement work
 
 
 | 
| AugustBag 13 posts
 msg #95631
 - Ignore AugustBag
 | 8/13/2010 5:38:57 PM 
 Thank for your response, Kevin,  I am usually very careful about parentheses, but I missed this one. I also appreciate your other threads which are very illuminating and educational.  I especially enjoyed your latest thread:  MODIFIED CONNORS RSI(2) FILTER.
 
 Thanks again.
 
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #95632
 - Ignore Kevin_in_GA
 | 8/13/2010 6:36:20 PM 
 Happy to help out.
 
 I really need to retitle that thread - I'm no longer using that initial filter.  But the strategy is working quite well right now.
 
 
 |