Skip to content

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

OHLC

index

number

Returns

boolean

Inherited from

PivotPointsOptions.anchor


colors?

optional colors?: object

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

p?

optional p?: string

r?

optional r?: string

s?

optional s?: string


depth?

optional depth?: 2 | 1 | 3

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

몇 층까지 그리나 — 1이면 P·R1·S1, 3이면 R3·S3까지. 기본 2. 레전드 행 수를 소비자가 제어하는 자리다 (3층 = 행 7개는 기본으로 과함).


source

source: Source<OHLC>

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