as long as you didn't change the location of that watchlist in the Index.txt file you should try the number 4. d
_____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mohammed Sent: Sunday, September 16, 2007 2:48 PM To: [email protected] Subject: [amibroker] Re: Watchlist Rename Path Hi dingo; Thanks and forget about ")" , I'm asking about the path, I have changed ( List4 to MacdFiltter ). Should I right it like this? CategoryAddSymbol( "", categoryWatchlist, MacdFiltter); or what? I try that but it doesn't work. Regards, --- In [email protected], "dingo" <[EMAIL PROTECTED]> wrote: > > The code you posted doesn't work (after you fix it as show below)? > > CategoryAddSymbol( "", categoryWatchlist, 4); > > d > > > _____ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf > Of Mohammed > Sent: Sunday, September 16, 2007 2:06 PM > To: [email protected] > Subject: [amibroker] Watchlist Rename Path > > > > I renamed List (4) to MacdFilter and I need to add all Symbols meeting my > buy signal to it, > > What should be the path for it? > > if( LastValue (Buy)) > { > CategoryAddSymbol( "", categoryWatchlist, 4; > } > > Regards >
