get_macd
Calculate MACD indicator for a stock using custom short, long, and signal windows. Returns MACD, signal line, and histogram for analysis.
Instructions
MACD indicator values for a stock (default 12/26/9).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| timespan | No | day | |
| short_window | No | ||
| long_window | No | ||
| signal_window | No | ||
| series_type | No | close | |
| timestamp | No | ||
| limit | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||