Interface: HeikinAshiOptions
Defined in: finance/charts.ts:24
Extends
Omit<CandlestickOptions,"open"|"high"|"low"|"close">
Properties
close
close: ArrayLike<number>;Defined in: finance/charts.ts:28
downColor?
optional downColor?: string | Color;Defined in: layers/candlestick.ts:19
Close < open color. Default red.
Inherited from
high
high: ArrayLike<number>;Defined in: finance/charts.ts:26
low
low: ArrayLike<number>;Defined in: finance/charts.ts:27
name?
optional name?: string;Defined in: layers/candlestick.ts:24
Inherited from
open
open: ArrayLike<number>;Defined in: finance/charts.ts:25
renderType?
optional renderType?: RenderType;Defined in: layers/candlestick.ts:23
Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".
Inherited from
upColor?
optional upColor?: string | Color;Defined in: layers/candlestick.ts:17
Close ≥ open color. Default green.
Inherited from
wickWidth?
optional wickWidth?: number;Defined in: layers/candlestick.ts:21
Wick thickness in CSS px. Default 1.5.
Inherited from
width?
optional width?: number;Defined in: layers/candlestick.ts:15
Body width in data units. Defaults to 70% of the median spacing.
Inherited from
x
x: ArrayLike<number>;Defined in: layers/candlestick.ts:9
Candle positions (data space — e.g. epoch ms on a time axis).
Inherited from
yAxis?
optional yAxis?: string;Defined in: layers/candlestick.ts:25