Documentation / @finchart/indicators / AttachPivotPointsOptions
Interface: AttachPivotPointsOptions
Defined in: indicators/src/plugins.ts:897
Extends
Properties
anchor
anchor: (
point,index) =>boolean
Defined in: indicators/src/factories.ts:1165
새 기간이 열리는 봉 — 필수다. 기간(일/주/세션) 경계는 소비자의 지식이라 코어·지표가 발명하지 않는다.
Parameters
point
index
number
Returns
boolean
Inherited from
colors?
optionalcolors?:object
Defined in: indicators/src/plugins.ts:904
p?
optionalp?:string
r?
optionalr?:string
s?
optionals?:string
depth?
optionaldepth?:2|1|3
Defined in: indicators/src/plugins.ts:903
몇 층까지 그리나 — 1이면 P·R1·S1, 3이면 R3·S3까지. 기본 2. 레전드 행 수를 소비자가 제어하는 자리다 (3층 = 행 7개는 기본으로 과함).
source
Defined in: indicators/src/plugins.ts:898