Returns Minimum Close (lowest close) for the specified number of bars ago.
Parameters
- period (Int32)
- The number of bars to calcuate the lowest Close
Return Value
Lowest Close value for the specified period
Remarks
Not used during manual loop calculations
Examples
Example: Return the MinClose of price in the last 5 bars
CopyVB.NET
plot = price.MinClose(5)