Skip to content

CandlestickItem

Defined in: types/index.ts:336

A single OHLC candle.

Properties

close

close: number

Defined in: types/index.ts:342


high

high: number

Defined in: types/index.ts:340


label

label: string

Defined in: types/index.ts:338

Categorical label (date, period, etc.).


low

low: number

Defined in: types/index.ts:341


open

open: number

Defined in: types/index.ts:339