talib.lowestbars
Gives the position of the lowest value of source within the last length bars, not the value itself.
Use talib.lowest when you want the value.
talib.lowestbars(series float source, series int length) → series int| Parameter | Type | Required | Description |
|---|---|---|---|
source | series float | yes | The series to search. |
length | series int | yes | How many bars the search covers. |
Returns series int — A series int giving the offset of the lowest bar.
indicator("Offset of the lowest low")
plot(talib.lowestbars(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.