Skip to content

Documentation / @finchart/indicators / attachSuperTrend

Function: attachSuperTrend()

attachSuperTrend(options): Plugin<SeriesHost, IndicatorApi<SuperTrend>>

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

SuperTrend를 그 pane에 얹는다 — 상승 지지선(up)·하락 저항선(down) 두 갈래가 서로의 구간에서 null이라 색이 다른 선 둘이 번갈아 나타난다. 기본색은 up/down 팔레트다 — 방향이 곧 의미인 지표라서다.

Parameters

options

AttachSuperTrendOptions

Returns

Plugin<SeriesHost, IndicatorApi<SuperTrend>>