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
