ta_slug_ema_latest
Retrieve the latest Exponential Moving Average (EMA) value for a cryptocurrency asset using its slug, with customizable period and timeframe.
Instructions
Latest EMA 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 | |
| period | No | EMA period (default: 5) | |
| fetchInterval | No | Timeframe for price bars | |
| includeOriginal | No | Include original price data |