CategoryCreate
- add new category (such as watch list)

Information / Categories
(AmiBroker 5.70)


SYNTAX CategoryCreate("name", category )
RETURNS STRING
FUNCTION CategoryCreate( "name", category ) - adds new category (currently supports only adding watchlists)

newwl = CategoryCreate( "name", categoryWatchlist );

This will add (create new) watch list with "name" (if it does not exist) or will return existing "name" watch list

newwl will hold new watch list index.

Currently only creation of watch list is supported by this function.

EXAMPLE newwl = CategoryCreate( "name", categoryWatchlist );
SEE ALSO CategoryAddSymbol() function , CategoryFind() function , CategoryGetName() function , CategoryGetSymbols() function , CategoryRemoveSymbol() function , CategorySetName() function

References:

The CategoryCreate function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.