technicalIndicators_trange
Calculate True Range for stock prices using MCP Avantage. Input stock symbol, time interval, and optional data format to analyze price volatility variations over specified periods.
Instructions
True Range
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"). |