ta_slug_ema
Calculate full Exponential Moving Average (EMA) series for any cryptocurrency asset with customizable period, timeframe, and date range.
Instructions
Full EMA series
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 |