ta.max() - Pine Script Function
ta.max()
Section titled “ta.max()”Overview
Section titled “Overview”Returns the all-time high value of source from the beginning of the chart up to the current bar.
Syntax
Section titled “Syntax”ta.max(source) → series floatParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| source | series int/float | Source used for the calculation. |
Remarks
Section titled “Remarks”- na