indicator_ema
Calculate the Exponential Moving Average (EMA) for any crypto trading pair to gauge trend direction by weighting recent prices more heavily for accurate analysis.
Instructions
Calculate the Exponential Moving Average (EMA) - weights recent prices more heavily for trend analysis
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 |