InWatchListName
- watch list membership test (by name)

Information / Categories
(AmiBroker 50)


SYNTAX InWatchListName( ''name'' )
RETURNS NUMBER
FUNCTION Checks if the stock belongs to a watch list number "listname". If yes - the function returns 1 otherwise 0.
EXAMPLE Filter= InWatchListName( "My Hotlist" ) OR InWatchList( "My Second Hotlist" );
SEE ALSO InWatchList() function

References:

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

More information:

See updated/extended version on-line.