TrimResultRows
|
Exploration / Indicators |
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 |
The TrimResultRows function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.