indicator_dema
Calculate the Double Exponential Moving Average (DEMA) for any trading pair to reduce lag in trend detection. Provide symbol, period, timeframe, and limit to get DEMA values.
Instructions
Calculate the Double Exponential Moving Average (DEMA) - smooths price data with reduced lag for trend detection
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 |