talib.lowest

The lowest value source reached in the last length bars. It is the counterpart of talib.highest and takes the same two arguments.

talib.lowest(series float source, series int length) → series float
ParameterTypeRequiredDescription
sourceseries floatyesThe series to search.
lengthseries intyesHow many bars the search covers.

Returns series float — A series float: the lowest value found.

indicator("Lowest low of 20 bars")
plot(talib.lowest(low, 20))

See also talib.alma · talib.atr · talib.barssince

Part of the function index.

Ready to put this into practice?
Try GoCharting Premium
Unlock advanced orderflow, market profile, options desk, and real-time data — everything you just read about, live in your charts.
Upgrade