When I export a watchlist (RC-Export) it is not exporting the one I selected. In this case it is watchlist 11, but the export is producing file with watchlist 0 symbols
I am glad I had not tried the delete watchlist as this will mess up many AFL that use the inwatchlist(11) function. If the watchlists will continue to renumber themselves if I remove the empty ones then will definitely need another way to identify them from AFL, eg by watchlist name would be good. I liked the empty watchlists being invisible in the tree as it saves a lot of scrolling. The only time it was a bit of bother was with new database where no lists existed, but this was only ever a small bother and easy to work with. I also like the way you can have more watchlists, although I have never ever needed more than about 20 except for the databases using premiumdata feed. -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your requirements http://www.aflwriting.com On 06/04/07, Ara Kaloustian <[EMAIL PROTECTED]> wrote: > Yes, accessing watch lists by description would be very desirable > > > ----- Original Message ----- > From: "bruce1r" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, April 05, 2007 7:54 AM > Subject: [amibroker] Re: AB vers 4.91 > > > > TJ - > > > > Is there an easier way to get it back other than taking AB down and > > editing index.txt ? > > > > My real reason for writing, though, is related to the Analysis.Filter > > property of the automation interface. You've probably already thought > > of this - if the watchlist numbers can change, there is probably a > > need to set the filter by name so that automation scripts don't need > > to change. For example, say watchlist 64 is called TLS1, then > > something like - > > > > Analysis.FilterName( 0, "watchlist" ) = "TLS1"; > > > > -- Bruce R. > > > > P.S. I'm in the middle of something that can really make use of these > > extended watchlists - great addition ! > > > > --- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> > > wrote: > >> > >> 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 > >> > > > > > > > > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > > > Yahoo! Groups Links > > > > > > > > > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > >
