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