Skip to content

Interface: HeikinAshiOptions

Defined in: finance/charts.ts:24

Extends

Properties

close

ts
close: ArrayLike<number>;

Defined in: finance/charts.ts:28


downColor?

ts
optional downColor?: string | Color;

Defined in: layers/candlestick.ts:19

Close < open color. Default red.

Inherited from

CandlestickOptions.downColor


high

ts
high: ArrayLike<number>;

Defined in: finance/charts.ts:26


low

ts
low: ArrayLike<number>;

Defined in: finance/charts.ts:27


name?

ts
optional name?: string;

Defined in: layers/candlestick.ts:24

Inherited from

CandlestickOptions.name


open

ts
open: ArrayLike<number>;

Defined in: finance/charts.ts:25


renderType?

ts
optional renderType?: RenderType;

Defined in: layers/candlestick.ts:23

Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".

Inherited from

CandlestickOptions.renderType


upColor?

ts
optional upColor?: string | Color;

Defined in: layers/candlestick.ts:17

Close ≥ open color. Default green.

Inherited from

CandlestickOptions.upColor


wickWidth?

ts
optional wickWidth?: number;

Defined in: layers/candlestick.ts:21

Wick thickness in CSS px. Default 1.5.

Inherited from

CandlestickOptions.wickWidth


width?

ts
optional width?: number;

Defined in: layers/candlestick.ts:15

Body width in data units. Defaults to 70% of the median spacing.

Inherited from

CandlestickOptions.width


x

ts
x: ArrayLike<number>;

Defined in: layers/candlestick.ts:9

Candle positions (data space — e.g. epoch ms on a time axis).

Inherited from

CandlestickOptions.x


yAxis?

ts
optional yAxis?: string;

Defined in: layers/candlestick.ts:25

Inherited from

CandlestickOptions.yAxis

MIT licensed. WebGL2 required.