Skip to content
Algo Trade Analytics Docs

ta.min() - Pine Script Function

Returns the all-time low value of source from the beginning of the chart up to the current bar.

ta.min(source) → series float
NameTypeDescription
sourceseries int/floatSource used for the calculation.
  • na