| 
 Hello, 
  
Why do you want a screenshot instead of LIST of 
tickers (in text file) - it is way better (smaller and easier to use later in 
publishing). 
  
To get the list simply use FILE FUNCTIONS to export 
list of interesting symbols directly to the file 
  
  
YourCondition = 
..........condition to include a symbol..........  
  fh = fopen("output.txt", "a"); // 
open for appending 
  if( fh )  {     
fputs( Name() + "\n", 
fh );     fclose( fh );  }  
  
  
  
 Best regards, Tomasz Janeczko amibroker.com 
  ----- Original Message -----  
  
  
  Sent: Sunday, June 26, 2005 6:31 AM 
  Subject: [amibroker] Is this kind of 
  Automation Possible 
  
  
  Hello, 
    
  Out of the list of Tickers I have, 
  I have grouped them according to whether they have Options Facility or not. 
  What I would like to do is get a Screen Shot of all tickers present in Group 
  254 (which is the Group Selected for all Stocks having Options 
  facility). 
    
  Manually taking ScreenShots of all 
  the tickers is time consuming and also prone to errors. What I would like to 
  do is to Automate, if possible, using JS so that all I have to do is run 
  the script and the program does the rest (ie, Export Chart as Png File with 
  Ticker name being the file name given). 
    
  Thanks in Advance 
    
  Regards 
    
  Prashanth 
    
    
  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 ?>
  
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
 
 
    
  |