PureBytes Links
Trading Reference Links
|
Kj,
I use the following script to export a cvs file of any stocks that I can
run a Exploration on. Once the Exploration is complete I hit the Export
button in Auto Analysis screen and give my file a name. I then open the cvs
in Excel, strip out everything but the ticker symbols and save. Now I can go
to Symbol>Watchlist>Import, and create a Watchlist with the symbols I saved.
//Code to create a cvs file for Export.
// As written below this will give a list of ALL stocks in your database.
// To get a partial list just change the Filter line.
//Example - to get a list of only stock over $15 change to Filter=Close > 15
Filter=1;
AddColumn(O,"Open");
AddColumn(H,"High");
AddColumn(L,"Low");
AddColumn(C,"Close");
AddColumn(V,"Volume",1.0);
AddColumn(OI,"Open Interest",1.0);
Hope this helped. Feel free to ask me for further info.
Don Lindberg
-------Original Message-------
From: mytakeismine
Date: 12/1/2006 10:17:08 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Open All Stocks in a watchlist in new windows.
I'm looking to do the same. I am new and am still useing rueters to
update however I would like to export a "decent" list of stock to
get quotes untill I change to quotes plus. You can do it if you
enter them into a watck list... I haven't figured that out... other
than one at a time.
kj
mytakeismine
--- In amibroker@xxxxxxxxxxxxxxx, RajeevM <rajeevmundra@xxx> wrote:
>
> Hello
>
> I am looking to do this
>
> "Open All Stocks in a watchlist in new windows."
>
> Is there any automated way of doing this?
>
> or any AFL or javascript which can do this work of opening
different stocks
> in new windows
> if given the list name by exporting it from a watch list?
>
> thanks for your time.
>
> regards
> rajeev
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.3/562 - Release Date: 12/1/2006 1:12 PM
|