get_indicator_ema
Calculate Exponential Moving Average (EMA) to identify price trends for SOL, ETH, or BTC on Jupiter Perpetuals. Use this technical indicator to analyze market direction across different timeframes.
Instructions
Calculate EMA (Exponential Moving Average) - a trend indicator that reacts faster to price changes than SMA. Price above EMA suggests uptrend, below suggests downtrend. Common periods: 9, 20, 50, 100, 200.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | The asset symbol | |
| interval | Yes | Candle interval/timeframe | |
| period | Yes | EMA period (2-200). Common: 9, 20, 50, 100, 200 | |
| limit | Yes | Number of data points to return (10-500). Use 10-20 for quick checks, 50-100 for recent trend, 200+ for historical analysis. |