indicator_keltner_channel
Calculate Keltner Channel volatility bands for crypto trading pairs using EMA and ATR.
Instructions
Calculate the Keltner Channel (KC) - volatility bands around an EMA using ATR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |
| multiplier | No | ATR multiplier |