Skip to content
Algo Trade Analytics Docs

ta.lowest() - Pine Script Function

Lowest value for a given number of bars back.

ta.lowest(source, length) → series float
NameTypeDescription
sourceseries int/floatSeries of values to process.

Lowest value in the series.

  • Two args version: source is a series and length is the number of bars back.