Skip to content

Keltner

Keltner Channels is a technical analysis indicator that helps identify support and resistance levels and evaluate market volatility. It combines a moving average with the price fluctuation range.

img_8.png

Indicator Structure

  • The middle line is an exponential moving average (EMA) over the selected period
  • Upper channel boundary = EMA + (ATR × multiplier)
  • Lower channel boundary = EMA − (ATR × multiplier)

How to Enable Keltner Channels on the Exchange

  1. In the exchange terminal, click Indicators
  2. Type Keltner Channels in the search field

Parameter Settings

  • Length — the number of candles used to calculate the EMA
  • Mult — the multiplier for ATR. In GinArea, it can be set from 1 to 3
  • Important: use the same Length and Mult values in the exchange indicator as in the bot settings

Using in the Bot

  • Price > Keltner — the bot will start if the asset price moves above the upper channel boundary
  • Price < Keltner — the bot will start if the price moves below the lower channel boundary