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