PureBytes Links
Trading Reference Links
|
Hi,
Can someone help with the scan of a watchlist function?
I am trying a trivial counting of entries in N100 watchlist
by scanning the AFL AB 4.51.1:
AddToComposite(1,"~COUNT","V");
Buy=0;
N100 is in List0, and all entries in List0 are valid (display
properly).
I use filter:list0 in AA to aim AA at list0 per User Guide,
run the Scan and get nothing.
Run for CURRENT stock, get ~COUNT=1, run for ALL STOCKS, get
(in US-Stocks) ~COUNT=6592 on 2/23/04, again for one stock, get 1.
Run again on List0 using Filter: get nothing (old result remains
unchanged).
What's wrong?
Many thanks for your suggestions,
-Dalengo
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|