[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] CategoryGetSymbols doesn't accept a string as first parameter



PureBytes Links

Trading Reference Links

These reserved words resolve into numbers  e.g. categorywatchlist   ~ 4   categorygroup ~ 1
 
So maybe param instead of parmlist?
 
HTH
Joe
 
 
----- Original Message -----
Sent: Thursday, November 13, 2008 6:05 AM
Subject: [amibroker] CategoryGetSymbols doesn't accept a string as first parameter

I'd like to be able to choose my symbols universe with parameters but
CategoryGetSymbols function doesn't accept a string as first parameter
(see code below).

Universe1 = ParamList("Universe
Category", "categoryMarket|categoryGroup|categorySector|categoryIndustry
|categoryWatchlist|categoryFavorite|categoryIndex", 1);
Universe2 = Param("Universe Index", 0, 0, 255, 1);
list = CategoryGetSymbols(Universe1, Universe2);

Any suggestions?

regards,

paolo

__._,_.___

**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html

*********************************




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___