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
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
atrPeriod | number | 10 | The period for ATR calculation |
atrMultiplier | number | 3 | The multiplier for ATR bands |
SQL example
TICK superTrend WITH minutes=60 > 0 THEN order SET size=100, price=51.00, transmit=truekeltnerLower
The Lower Keltner Channel is a volatility-based band placed below the exponential moving average. It helps identify potential support levels and oversold conditions.
fibonacciRetracement
Fibonacci Retracement is a technical analysis tool that uses horizontal lines to indicate areas of support or resistance at the key Fibonacci levels before the price continues in the original direction.