Skip to main content
Version: 4.1

Interface: OhlcData<HorzScaleItem>

Represents a bar with a Time and open, high, low, and close prices.

Type parameters

NameType
HorzScaleItemTime

Hierarchy

Properties

time

time: HorzScaleItem

The bar time.

Overrides

WhitespaceData.time


open

open: number

The open price.


high

high: number

The high price.


low

low: number

The low price.


close

close: number

The close price.


customValues

Optional customValues: Record<string, unknown>

Additional custom values which will be ignored by the library, but could be used by plugins.

Inherited from

WhitespaceData.customValues