Skip to content
Algo Trade Analytics Docs

ta.lowestbars() - Pine Script Function

Lowest value offset for a given number of bars back.

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

Offset to the lowest bar.

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