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