Indicators

superTrend

SuperTrend is a trend-following indicator that combines ATR with price action to identify the current trend direction and potential reversal points. A positive value indicates an uptrend, while a negative value indicates a downtrend.

superTrend (tick)

SuperTrend is a trend-following indicator that combines ATR with price action to identify the current trend direction and potential reversal points. A positive value indicates an uptrend, while a negative value indicates a downtrend.

Input parameters

PropTypeDefaultDescription
minutes*number60The lookback period in minutes
atrPeriodnumber10The period for ATR calculation
atrMultipliernumber3The multiplier for ATR bands

SQL example

TICK superTrend WITH minutes=60 > 0 THEN order SET size=100, price=51.00, transmit=true

On this page