[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Is this kind of Automation Possible



PureBytes Links

Trading Reference Links

Hello,
 
No, I did not. What I mentioned in this post was Edit->Save As PNG available from automation.
This saves CHARTS as .PNG files, not some "free screenshots" from anywhere.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Prashanth
Sent: Sunday, June 26, 2005 11:08 AM
Subject: Re: [amibroker] Is this kind of Automation Possible

Hello TJ,
 
The reason I wanted Screen Shots was to place them in my website. You seem to have addressed the issue in your post # 83570
 
 
Thanks. Will await the Beta release.
 
Regards
 
Prashanth
 
----- Original Message -----
Sent: Sunday, June 26, 2005 1:54 PM
Subject: Re: [amibroker] Is this kind of Automation Possible

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 -----
From: Prashanth
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





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





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





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





Yahoo! Groups Links