When using this method with an index (e.g. LowestLowIndex(14)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
Parameter
BarsBack Number of periods within which the highest high shall be searched for
Visualization
LowestLowIndex()
Example
Last updated
// How many bars back is the lowest low of the last 14 bars located?
Print("The lowest low of the last 14 bars was " + LowestLowIndex(14)[0] + " bars ago.");