Keltner Channels
Keltner Channels are a technical analysis indicator that helps identify support and resistance levels as well as assess market volatility. It combines a moving average with the price range.
Indicator structure
The central line is an exponential moving average (EMA) over the selected period.
Upper channel = EMA + (ATR × multiplier).
Lower channel = EMA – (ATR × multiplier).
How to enable Keltner Channels
In the exchange terminal, click Indicators.
In the search field, type: “Keltner Channels”.

Parameter settings
Length (Period): the number of candles used to calculate the EMA.
Mult (Multiplier): the coefficient for ATR (in GinArea you can set values from 1 to 3).
Important: set the same period and multiplier values in the exchange indicator as in your bot settings.

Using in the bot
Price > Keltner → the bot will start if the asset’s price moves above the upper channel boundary.
Price < Keltner → the bot will start if the asset’s price moves below the lower channel boundary.

Last updated