get_indicator_sma
Calculate Simple Moving Average (SMA) to identify trend direction for SOL, ETH, or BTC perpetual futures trading on Jupiter. Specify asset, timeframe, period, and data points to analyze price movements.
Instructions
Calculate SMA (Simple Moving Average) - a classic trend indicator. Price above SMA suggests uptrend, below suggests downtrend. Slower to react than EMA. Common periods: 20, 50, 100, 200.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | The asset symbol | |
| interval | Yes | Candle interval/timeframe | |
| period | Yes | SMA period (5-200). Common: 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. |