CloseCol Property

The CloseCol property returns or sets column containing close values in hi-low-close plots. Returns a Long.

Syntax

object.CloseCol

object.CloseCol = CloseCol

 

Parameter Type Description
CloseCol Long required, default is 5 (column E)

 

Example 1

This example shows how to set the close column for a hi-low-close plot.

HiLowPlot.closeCol = 4

Example 2

This example shows how to return the close column for a hi-low-close plot.

Debug.Print HiLowPlot.closeCol

 

Used by: AutoHLPlot object