ta.lowest() - Pine Script Function
ta.lowest()
Section titled “ta.lowest()”Overview
Section titled “Overview”Lowest value for a given number of bars back.
Syntax
Section titled “Syntax”ta.lowest(source, length) → series floatParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| source | series int/float | Series of values to process. |
Returns
Section titled “Returns”Lowest value in the series.
Remarks
Section titled “Remarks”- Two args version: source is a series and length is the number of bars back.