CategoryFind
|
Information / Categories |
SYNTAX | CategoryFind( ''name'', category ) |
RETURNS | NUMBER |
FUNCTION | It allows to search for category by name. It takes category name and kind as parameters and returns INDEX (ordinal number). For example it allows to find watch list index by name. Supported categories:
|
EXAMPLE | wlnumber = CategoryFind("MyWatch
List 1", categoryWatchlist ); |
SEE ALSO | CategoryAddSymbol() function , CategoryGetName() function , CategoryGetSymbols() function , CategoryRemoveSymbol() function |
The CategoryFind function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.