LowestSince
|
Lowest/Highest |
SYNTAX | LowestSince( EXPRESSION, ARRAY, Nth = 1 ) |
RETURNS | ARRAY |
FUNCTION | Returns the lowest ARRAY value since EXPRESSION was true on the Nth most recent occurrence. |
EXAMPLE | lowestsince( Cross( macd(), 0 ), Close, 1 ) returns the lowest close price since macd() has crossed above zero. |
SEE ALSO |
The LowestSince function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.