technical_get_macd_analysis
Analyze MACD indicators for any stock ticker using customizable fast, slow, and signal periods to identify trend changes and generate trading signals.
Instructions
Get MACD analysis for a given ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol | |
| fast_period | No | Fast EMA period (default: 12) | |
| slow_period | No | Slow EMA period (default: 26) | |
| signal_period | No | Signal line period (default: 9) | |
| days | No | Number of days of historical data to analyze (default: 365) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||