|
Jeff, Are you going to run this in a scan or
exploration? Regards, Dan. From: thanks for all the info to
get it work. here is the summary for reference. On 3/25/06, Joe Landry < [EMAIL PROTECTED]> wrote: Here's another example. When you go
to see if you've been successful be sure to select refresh all // clear Watchlists used to store
composite symbols of QP Sector Runs WL = 3; // or use WL =
Param("WL No.",3,1,63,1); ClearList = GetCategorySymbols(categoryWatchlist, WL); for( i = 0; ( symC = StrExtract(ClearList, i) ) !=
"";
i++ ) { CategoryRemoveSymbol( symC, categoryWatchlist, WL ); } Buy = Sell =0; Sent: Saturday, March 25,
2006 2:19 PM Subject: Re: [amibroker] add
scan results to wathlist programmatically Hi Joe, could you give an example? I played with my afl but could not figure
out how to get the scanned out symbols. if my buy signal is like below, how to add the scanned out 'buy'
symbols to watch list? buy = a & b & c; i tried: CategoryAddSymbol(Name(), categoryWatchlist, 10); but got all
db symbols added. i also tried: valuewhen(buy, name()), but got syntax error. could you shed some lite on this? thanks a lot Jeff
On 3/25/06, Joe Landry
<[EMAIL PROTECTED]>
wrote: There's a
function called categoryaddsymbol...can be used to add your selected ticker to
a watchlist to build
watchlists. You can also clear your watchlist programmatically. JOE
SPONSORED
LINKS YAHOO!
GROUPS LINKS
SPONSORED
LINKS YAHOO!
GROUPS LINKS
YAHOO! GROUPS LINKS
|
