Skip to content

CandlestickItem

Defined in: types/index.ts:519

A single OHLC candle.

close: number

Defined in: types/index.ts:529

Closing price for the period.


high: number

Defined in: types/index.ts:525

Highest price during the period.


label: string

Defined in: types/index.ts:521

Categorical label (date, period, etc.).


low: number

Defined in: types/index.ts:527

Lowest price during the period.


open: number

Defined in: types/index.ts:523

Opening price for the period.