LowestLowIndex()
Description
Usage
LowestLowIndex(int BarsBack)
LowestLowIndex(int BarsBack)[int barsAgo]Return value
Visualization

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.");