Documentation / @finchart/indicators / AttachCciOptions
Interface: AttachCciOptions
Defined in: indicators/src/plugins.ts:698
own pane을 만들 수 있는 지표가 공유하는 옵션. pane과 ownPane을 같이 주면 던진다 — 빌린 pane엔 크기를 적용할 데가 없어 조용히 무시하면 원인을 찾기 어렵다.
Extends
Properties
color?
optionalcolor?:string
Defined in: indicators/src/plugins.ts:700
levels?
optionallevels?:false|OscillatorLevels
Defined in: indicators/src/plugins.ts:702
기준선. 기본 ±100. false면 안 긋는다.
ownPane?
optionalownPane?:object
Defined in: indicators/src/plugins.ts:147
새로 만들 own pane의 크기. 생략하면 OWNED_PANE_LAYOUT(flex 0.35 · minHeight 60). pane을 줬으면 의미 없다 — 같이 주면 ContractError.
flex?
optionalflex?:number
minHeight?
optionalminHeight?:number
Inherited from
pane?
optionalpane?:SeriesHost
Defined in: indicators/src/plugins.ts:142
어느 pane에 얹나. 생략하면 pane을 새로 만든다.
Inherited from
period?
optionalperiod?:number
Defined in: indicators/src/factories.ts:868
기본 20.
Inherited from
source
Defined in: indicators/src/plugins.ts:699