TrimResultRows
- trims Analysis result list to specified number of rows

Exploration / Indicators
(AmiBroker 6.90)


SYNTAX TrimResultRows( row_count )
RETURNS NOTHING
FUNCTION Trims the Analysis result list to specified number of rows, positive row count means counting from top, negative from bottom
EXAMPLE Filter = 1; AddColumn( C, "Price" ); TrimResultRows( 5 );
SEE ALSO

References:

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

More information:

See updated/extended version on-line.