Skip to content

Documentation / @finchart/indicators / superTrend

Function: superTrend()

superTrend(source, options?): SuperTrend

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

SuperTrend — (고+저)/2 ± multiplier × ATR의 래칫 밴드. 상승 구간은 아래 밴드가 지지선(밴드는 안 내려간다), 종가가 뚫으면 하락 전환해 위 밴드가 저항선이 된다. 갈래가 둘인 건 색이 아니라 의미가 갈려서다 — up은 지지, down은 저항, 반대 구간은 null로 선을 끊는다(ADR-0020). 기본 (10, 3)은 원전(Olivier Seban)·TradingView 내장 기본.

Parameters

source

Source<OHLC>

options?

SuperTrendOptions = {}

Returns

SuperTrend