get_macd_analysis
Get MACD crossover signals and divergence analysis for any stock ticker to identify trend changes and trading opportunities.
Instructions
Get MACD crossover signals and divergence analysis.
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 (default 365) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||