Min
- minimum value of two numbers / arrays

Math functions


SYNTAX Min( ARRAY1, ARRAY2 )
RETURNS ARRAY
FUNCTION Returns the smallest of the two parameters.
EXAMPLE The formula "min( CLOSE, 10 )" returns the closing price or 10, whichever is less. The formula "min(-14, 13)" always returns -14.
SEE ALSO The max() function.

References:

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

More information:

See updated/extended version on-line.