tennisplayer2 210 posts msg #113153 - Ignore tennisplayer2 | 
5/6/2013 11:48:04 AM
  Why doesn't the following work?  Do I need to put the 100 in brackets?  Thanks.
 
 set{CCICrossBelow100, count(CCI(20)  crossed below 100),1)}
 add column CCICrossBelow100
 
 
  | 
Kevin_in_GA 4,599 posts msg #113154 - Ignore Kevin_in_GA | 
5/6/2013 12:05:51 PM
  set{CCICrossBelow100, count(CCI(20) crossed below 100),1)} 
 add column CCICrossBelow100
 
 +++++++ 
 
 CLOSE.  You have a bracket you don't need (I placed it in bold above).
 
  	    
 
  | 
tennisplayer2 210 posts msg #113156 - Ignore tennisplayer2 | 
5/6/2013 12:31:48 PM
  Kevin, thanks again.
 
  |