Indicators

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

PropTypeDefaultDescription
minutes*number60The lookback period in minutes

SQL example

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

On this page