Returns the High for the current bar
 
| Visual Basic | 
Public ReadOnly Property High As Single
The current bar High
 Not used during manual loop calculations
 
 Examples
 Example: Plot the High
 
CopyVB.NET
plot = price.High
| Visual Basic | 
Public ReadOnly Property High As Single
plot = price.High