LowestLowPrice()
Last updated
Last updated
LowestLowPrice delivers the value of the lowest low within a predefined number of periods.
Unlike the GetSerieLowestValue(), this indicator can be viewed within the chart.
See HighestHighPrice(), HighestHighIndex(), LowestLowIndex, GetSerieHighestValue(), GetSerieLowestValue().
double
When using this method with an index (e.g. LowestLowPrice(14)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
BarsBack Number of periods within which the low will be searched for