Reference/Math & comparisons/Function
lowest(series, length)
Both arguments are required.
Parameters
| Name | Type | Description |
|---|
series | series | Usually low. |
length | int default 14 | Lookback in bars. Default 14. |
Example
l = lowest(low, 20)
plot l as "Lowest low"