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