You can use addtocomposite then read that as foreign
addtocomposite(1,"~count","V");
count = foreign("V","~count");
and the one yu mentioned which requires you to input the watchlist number
// retrive comma-separated list of symbols in watch list
list = CategoryGetSymbols( categoryWatchlist, 1);
Count = 0; // just in case there are no watch list members
for( i = 0; ( sym = StrExtract( list, i ) ) != ""; i++ )
{ Count = Count++; }
if you are using another list like industry then you could just use the industryid()
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 3/12/06, Paul Ho <[EMAIL PROTECTED]> wrote:
Hi Tomasz or othersIs there a way to programmatically retrieve the count of symbols to be analysed by AA either through OLE or otherwise?we have Stocks.Count for the whole stock collection or CategoryGetSymbols to retrieve a comma separated lists but I'm not aware of anything else.cheersPaul.
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 other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
Investment management software Real estate investment software Investment property software Software support Real estate investment analysis software Investment software
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
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 other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
