technicalIndicators_sar
Analyze stock trends using the Parabolic SAR indicator on MCP Avantage. Input a stock symbol and time interval to generate buy/sell signals in JSON or CSV format.
Instructions
Parabolic SAR
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
interval | Yes | Time interval (e.g., "daily", "60min", "weekly"). Check Alpha Vantage docs for valid intervals per indicator. | |
month | No | Specific month for intraday intervals (YYYY-MM format). | |
symbol | Yes | The stock symbol (e.g., "IBM"). |