CandlestickItem
Defined in: types/index.ts:516
A single OHLC candle.
Properties
Section titled “Properties”close:
number
Defined in: types/index.ts:526
Closing price for the period.
high:
number
Defined in: types/index.ts:522
Highest price during the period.
label:
string
Defined in: types/index.ts:518
Categorical label (date, period, etc.).
low:
number
Defined in: types/index.ts:524
Lowest price during the period.
open:
number
Defined in: types/index.ts:520
Opening price for the period.