| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi, 
 
// 
CategoryRemoveSymbol( "", categoryWatchlist, 1 );  
 
if ( LastValue (  < Close < 100 AND V >= 500000 AND EMA (V, 30) >= 300000 AND ATR (15) >= 1 ) ) 
{ 
    CategoryAddSymbol ( "", categoryWatchlist, 1 ); 
} 
 
Filter = Close ; 
AddColumn (C, "Close"); 
 
// 
 
Am I doing something wrong? It took me 6min to finish filtering and
copying.   I want to copy list of stocks automatically into
watchlist 1. 
 
thanks 
 
tony 
  
Please note that this group is for discussion between users only. 
 
To get support from AmiBroker please send an e-mail directly to  
SUPPORT {at} amibroker.com 
 
For other support material please check also: 
http://www.amibroker.com/support.html 
 
  
---- LSpots keywords ?>
  ---- HM ADS ?>
  
 
  
    
  YAHOO! GROUPS LINKS
 
 
    
 |