amy134679 6 posts msg #76143 - Ignore amy134679 | 
7/8/2009 9:17:30 PM
  Some filters that I run come back with a high number of results.  I was wanting to trim some off by eliminating the OTC/BB exchanges.  How does one write the line to do this?
 
 Thanks in advance,
 Amy
 
  | 
chetron 2,817 posts msg #76145 - Ignore chetron | 
7/8/2009 10:16:24 PM
  FIRST,CLICK ME, THEN
 
 
 
 
  | 
amy134679 6 posts msg #76155 - Ignore amy134679 | 
7/8/2009 11:46:46 PM
  I did click on the links and read all there was but I still can't write something that works for me.  I would like for my filters to search stocks from the Nasdaq, NYSE, and AMEX all at the same time.  I can currently do one at time but if I try them all together it gives me 0 results.   Which means I am not wording it correctly and was wondering if someone could help me out.  
 
  | 
chetron 2,817 posts msg #76166 - Ignore chetron | 
7/9/2009 7:16:35 AM
  FETCHER[
 
 REMOVE THE KNOTTED LINES THAT YOU DON'T WANT, THIS FILTER SHOWS ZERO RESULTS UNALTERED.
 
 
  	    
 
  | 
SAFeTRADE 657 posts msg #76184 - Ignore SAFeTRADE | 
7/9/2009 12:07:03 PM
  From TRO I believe.
 
 /* Eliminate OTCBB stocks */
 
 set{place1,count(market is nasdaq,1) + count(market is nyse,1)}
 set{place2,place1 + count(market is amex,1)}
 place2 above 0 
 
  | 
amy134679 6 posts msg #76206 - Ignore amy134679 | 
7/9/2009 4:16:25 PM
  NOT OTCBB did the job.  Thanks!!! 
 
  |