Lowest
- lowest value

Lowest/Highest


SYNTAX Lowest( ARRAY )
RETURNS ARRAY
FUNCTION Calculates the lowest value in the ARRAY since the first day/bar present in the database.
EXAMPLE The formula lowest( rsi(14) ); returns the lowest Relative Strength Index value ; lowest ( close ) returns the lowest closing price.
SEE ALSO HHV() function , LLV() function , HIGHEST() function

References:

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

More information:

See updated/extended version on-line.