technicalIndicators_mama
Calculate the MESA Adaptive Moving Average (MAMA) for stock data to identify trend reversals and analyze price momentum. Specify stock symbol, interval, price type, and limit parameters to generate adaptive moving averages in JSON or CSV format.
Instructions
MESA Adaptive Moving Average (MAMA)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datatype | No | Data format for the response. | json |
fastlimit | No | Fast limit parameter for MAMA. | 0.01 |
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. | |
slowlimit | No | Slow limit parameter for MAMA. | 0.01 |
symbol | Yes | The stock symbol (e.g., "IBM"). |