IsFavorite
- check if current symbol belongs to favorites

Information / Categories
(AmiBroker 4.50)


SYNTAX IsFavorite()
RETURNS NUMBER
FUNCTION The IsFavorite function returns True (1) if current symbol belongs to favorites, returns False (0) otherwise.
EXAMPLE if( IsFavorite() )
{
  
printf( Name() + " belongs to favourites " );
}
SEE ALSO IsIndex() function

References:

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

More information:

See updated/extended version on-line.