Skip to content

Interface: BollingerOptions

Defined in: finance/charts.ts:102

Properties

bandColor?

ts
optional bandColor?: string | Color;

Defined in: finance/charts.ts:110

Fill color between the bands (omit to skip the fill).


close

ts
close: ArrayLike<number>;

Defined in: finance/charts.ts:104


color?

ts
optional color?: string | Color;

Defined in: finance/charts.ts:108

Line color for the bands + middle. Default light blue.


k?

ts
optional k?: number;

Defined in: finance/charts.ts:106


period?

ts
optional period?: number;

Defined in: finance/charts.ts:105


renderType?

ts
optional renderType?: RenderType;

Defined in: finance/charts.ts:113


width?

ts
optional width?: number;

Defined in: finance/charts.ts:111


x

ts
x: ArrayLike<number>;

Defined in: finance/charts.ts:103


yAxis?

ts
optional yAxis?: string;

Defined in: finance/charts.ts:112

MIT licensed. WebGL2 required.