technicalIndicators_trix
Calculate the 1-day Rate of Change (ROC) of a Triple Smooth EMA (TRIX) for financial data. Input stock symbol, interval, time period, and price type to analyze trends and momentum. Supports JSON or CSV output formats.
Instructions
1-day Rate Of Change (ROC) of a Triple Smooth EMA (TRIX)
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). | |
series_type | Yes | The desired price type. | |
symbol | Yes | The stock symbol (e.g., "IBM"). | |
time_period | Yes | Number of data points used to calculate the indicator. |