ta_slug_sma_latest
Retrieve the current Simple Moving Average (SMA) datapoint for a cryptocurrency asset by providing its slug. Optionally set window size, timeframe, and time range.
Instructions
Latest SMA datapoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Asset slug (e.g. bitcoin) | |
| start | No | Start timestamp in ms | |
| end | No | End timestamp in ms | |
| window | No | SMA window size (default: 5) | |
| fetchInterval | No | Timeframe for price bars | |
| includeOriginal | No | Include original price data |