The only part I would prefer changes is the showing of empty lists.
The most important is ability to refer to list by NAME. If not displaying list
is an easy change, I would prefer it, but not a big issue for me.
----- Original Message -----
From: dingo
To: [email protected]
Sent: Thursday, April 05, 2007 11:09 AM
Subject: RE: [amibroker] AB vers 4.91
If you add the ability to refer to them by Name it will solve the issue and
we won't have to worry about deletions.
Pls don't remove that capability.
d
----------------------------------------------------------------------------
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of
Tomasz Janeczko
Sent: Thursday, April 05, 2007 1:19 PM
To: [email protected]
Subject: Re: [amibroker] AB vers 4.91
Hello,
> I think I like the previous system better where List are not removable,
thus avoiding unexpected results.
Be careful what you are asking for !
First people asked to have unlimited watch lists - so I delivered it PLUS
ability to ADD and REMOVE watch lists.
Now you ask to NOT be able to remove watch list.
Do you really mean that ??? What if you added thousands of watch lists and
you one day decide that you don't need
them?
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Ara Kaloustian
To: [email protected]
Sent: Thursday, April 05, 2007 6:53 PM
Subject: Re: [amibroker] AB vers 4.91
Tomasz,
List 5 was missing! .. somehow deleted, so the contents I wanted were in
List 10, not in 11 where I was searching.
I think I like the previous system better where List are not removable,
thus avoiding unexpected results.
Certainly addressing lists by description would help.
Also showing all empty lists is more of a distraction than help.
Thanks
Ara
----- Original Message -----
From: Tomasz Janeczko
To: [email protected]
Sent: Thursday, April 05, 2007 2:56 AM
Subject: Re: [amibroker] AB vers 4.91
Ara,
Make sure it is really 11th watch list.
Watch lists are numbered in the order they appear in the tree.
If you delete watch list that is not the last one, then higher-numbered
watch lists are re-numbered.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Ara Kaloustian
To: AB-Main
Sent: Thursday, April 05, 2007 7:20 AM
Subject: [amibroker] AB vers 4.91
Having problems with using
List = CategoryGetSymbols(categoryWatchlist,11);
The list returns a blank. The watchlist is populated and contents
visible.
Anyone having this problem?? Has there been a change in the way the
watchlist is labeled??
Ara