MCP Avantage

by MissionSquad

technicalIndicators_mama

Analyze stock price trends using the MESA Adaptive Moving Average (MAMA) indicator on the MCP Avantage server. Input stock symbol, interval, and price type to generate adaptive moving averages for informed trading decisions.

Instructions

MESA Adaptive Moving Average (MAMA)

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
fastlimitNoFast limit parameter for MAMA.0.01
intervalYesTime interval (e.g., "daily", "60min", "weekly"). Check Alpha Vantage docs for valid intervals per indicator.
monthNoSpecific month for intraday intervals (YYYY-MM format).
series_typeYesThe desired price type.
slowlimitNoSlow limit parameter for MAMA.0.01
symbolYesThe stock symbol (e.g., "IBM").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for the MAMA technical indicator.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "fastlimit": { "default": "0.01", "description": "Fast limit parameter for MAMA.", "type": "string" }, "interval": { "description": "Time interval (e.g., \"daily\", \"60min\", \"weekly\"). Check Alpha Vantage docs for valid intervals per indicator.", "type": "string" }, "month": { "description": "Specific month for intraday intervals (YYYY-MM format).", "type": "string" }, "series_type": { "description": "The desired price type.", "enum": [ "close", "open", "high", "low" ], "type": "string" }, "slowlimit": { "default": "0.01", "description": "Slow limit parameter for MAMA.", "type": "string" }, "symbol": { "description": "The stock symbol (e.g., \"IBM\").", "type": "string" } }, "required": [ "symbol", "interval", "series_type" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5