keltnerLower
The Lower Keltner Channel is a volatility-based band placed below the exponential moving average. It helps identify potential support levels and oversold conditions.
keltnerLower (tick)
The Lower Keltner Channel is a volatility-based band placed below the exponential moving average. It helps identify potential support levels and oversold conditions.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
SQL example
TICK keltnerLower WITH minutes=60 > 100 THEN order SET size=100, price=51.00, transmit=truekeltnerUpper
The Upper Keltner Channel is a volatility-based band placed above the exponential moving average. It helps identify potential resistance levels and overbought conditions.
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.