CategoryCreate
|
Information / Categories |
SYNTAX | CategoryCreate("name", category ) |
RETURNS | STRING |
FUNCTION | CategoryCreate( "name", category ) - adds new category (currently supports only adding watchlists)
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 |
The CategoryCreate function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.