LLV
- lowest low value

Lowest/Highest


SYNTAX llv( ARRAY, periods )
RETURNS ARRAY
FUNCTION Calculates the lowest value in the ARRAY over the preceding periods (periods includes the current day). The function accepts periods parameter that can be constant as well as time-variant (array).
EXAMPLE The formula "llv( close, 14 )" returns the lowest closing price over the preceding 14 periods.
SEE ALSO The hhv() function (see Highest High Value ).

References:

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

More information:

See updated/extended version on-line.