keltnerMiddle
The Middle Keltner Channel is an exponential moving average that serves as the center line of the Keltner Channels. It helps identify the overall trend direction.
keltnerMiddle (tick)
The Middle Keltner Channel is an exponential moving average that serves as the center line of the Keltner Channels. It helps identify the overall trend direction.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
SQL example
TICK keltnerMiddle WITH minutes=60 > 100 THEN order SET size=100, price=51.00, transmit=trueeaseOfMovement
The Ease of Movement (EOM) is a volume-based indicator that measures the relationship between volume and price change. Positive values indicate that price is rising with relative ease, while negative values indicate that price is falling with relative ease.
keltnerUpper
The Upper Keltner Channel is a volatility-based band placed above the exponential moving average. It helps identify potential resistance levels and overbought conditions.