Skip to content

Documentation / @finchart/indicators / AttachIchimokuOptions

Interface: AttachIchimokuOptions

Defined in: indicators/src/plugins.ts:600

Extends

Properties

base?

optional base?: number

Defined in: indicators/src/factories.ts:619

기준선 창. 기본 26.

Inherited from

IchimokuOptions.base


cloud?

optional cloud?: BandSeriesOptions

Defined in: indicators/src/plugins.ts:610

구름 채우기 — bandSeries 옵션 그대로.


colors?

optional colors?: object

Defined in: indicators/src/plugins.ts:602

base?

optional base?: string

conversion?

optional conversion?: string

lagging?

optional lagging?: string

spanA?

optional spanA?: string

spanB?

optional spanB?: string


conversion?

optional conversion?: number

Defined in: indicators/src/factories.ts:617

전환선 창. 기본 9.

Inherited from

IchimokuOptions.conversion


displacement?

optional displacement?: number

Defined in: indicators/src/factories.ts:623

선행·후행의 이동 폭. 기본 26.

Inherited from

IchimokuOptions.displacement


source

source: Source<OHLC>

Defined in: indicators/src/plugins.ts:601


span?

optional span?: number

Defined in: indicators/src/factories.ts:621

선행스팬 B의 창. 기본 52.

Inherited from

IchimokuOptions.span