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

Example
Last updated
// What value did the lowest low of the last 14 periods have?
Print("The lowest low of the last 14 bars is " + LowestLowPrice(14)[0]);