add nasdaq composite to stock list.
git-svn-id: svn://10.0.0.236/trunk@28848 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
939b6d6e3c
commit
8d3cbe609d
@ -987,7 +987,8 @@ sub stocks {
|
||||
|
||||
sub LoadStockList {
|
||||
%stocklist = ("AOL" => [$channel],
|
||||
"^DJI" => [$channel]);
|
||||
"^DJI" => [$channel],
|
||||
"^IXIC" => [$channel]);
|
||||
|
||||
if (open(LIST, $stockf)) {
|
||||
%stocklist = ();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user