MCP Avantage

by MissionSquad

technicalIndicators_minusDI

Calculate the Minus Directional Indicator (-DI) for a specific stock symbol and time interval using financial data from Alpha Vantage. Input symbol, interval, and time period to analyze downward price movement trends.

Instructions

Minus Directional Indicator (-DI)

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
intervalYesTime interval (e.g., "daily", "60min", "weekly"). Check Alpha Vantage docs for valid intervals per indicator.
monthNoSpecific month for intraday intervals (YYYY-MM format).
symbolYesThe stock symbol (e.g., "IBM").
time_periodYesNumber of data points used to calculate the indicator.

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for MINUS_DI.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "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" }, "symbol": { "description": "The stock symbol (e.g., \"IBM\").", "type": "string" }, "time_period": { "description": "Number of data points used to calculate the indicator.", "type": "string" } }, "required": [ "symbol", "interval", "time_period" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5