IsIndex
- check if current symbol is an index

Information / Categories
(AmiBroker 4.50)


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

References:

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

More information:

See updated/extended version on-line.