Skip to main content
Version: 4.2

Interface: OhlcData<HorzScaleItem>

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

Extends

Extended by

Type parameters

HorzScaleItem = Time

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