Returns the Low for the current bar

Visual Basic |
Public ReadOnly Property Low As Single

The current bar Low

Not used during manual loop calculations
Examples

Example: Plot the Low
CopyVB.NET

plot = price.Low
Visual Basic |
Public ReadOnly Property Low As Single
plot = price.Low