Interface: OhlcData<HorzScaleItem>
Represents a bar with a Time and open, high, low, and close prices.
Type parameters
Name | Type |
---|---|
HorzScaleItem | Time |
Hierarchy
WhitespaceData
<HorzScaleItem
>↳
OhlcData
↳↳
BarData
Properties
time
• time: HorzScaleItem
The bar time.
Overrides
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.