HighCol Property
The HighCol property returns or sets high values data column in a hi-low-close plot. Returns a Long.
Syntax
object.HighCol
object.HighCol = HighCol
Parameter | Type | Description |
HighCol | Long | required, default is 2 (column B) |
Example
This example shows how to set the high data column for a hi-low-close plot.
HiLowPlot.HighCol = 4
Used by: AutoHLPlot object