ta_slug_macd_latest
Retrieve the latest MACD datapoint for a cryptocurrency asset using customizable EMA periods and timeframes.
Instructions
Latest MACD 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 | |
| short | No | Short EMA period (default: 12) | |
| long | No | Long EMA period (default: 26) | |
| signal | No | Signal line EMA period (default: 9) | |
| fetchInterval | No | Timeframe for price bars | |
| includeOriginal | No | Include original price data |