Skip to content

Documentation / @finchart/indicators / AttachStochasticOptions

Interface: AttachStochasticOptions

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

own pane을 만들 수 있는 지표가 공유하는 옵션. paneownPane을 같이 주면 던진다 — 빌린 pane엔 크기를 적용할 데가 없어 조용히 무시하면 원인을 찾기 어렵다.

Extends

Properties

colors?

optional colors?: object

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

d?

optional d?: string

k?

optional k?: string


levels?

optional levels?: false | OscillatorLevels

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

기준선 값. 기본 80/20. own pane일 때만 그린다.


ownPane?

optional ownPane?: object

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

새로 만들 own pane의 크기. 생략하면 OWNED_PANE_LAYOUT(flex 0.35 · minHeight 60). pane을 줬으면 의미 없다 — 같이 주면 ContractError.

flex?

optional flex?: number

minHeight?

optional minHeight?: number

Inherited from

OwnedPaneOptions.ownPane


pane?

optional pane?: SeriesHost

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

생략하면 pane을 새로 만들고 0–100 고정 축과 기준선까지 배선한다. 크기는 ownPane으로.

Overrides

OwnedPaneOptions.pane


period?

optional period?: number

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

%K의 창. 기본 14.

Inherited from

StochasticOptions.period


signal?

optional signal?: number

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

%D = %K의 sma 창. 기본 3.

Inherited from

StochasticOptions.signal


smooth?

optional smooth?: number

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

원시 %K를 매끈하게 하는 sma 창. 기본 3 — 1이면 fast stochastic이다.

Inherited from

StochasticOptions.smooth


source

source: Source<OHLC>

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