Skip to main content
Glama

MCP Avantage

by MissionSquad

technicalIndicators_adosc

Analyze stock momentum using the Chaikin A/D Oscillator to identify potential buy or sell signals based on fast and slow period settings. Specify symbol and interval for precise market analysis.

Instructions

Chaikin A/D Oscillator

Input Schema

NameRequiredDescriptionDefault
datatypeNoData format for the response.json
fastperiodNoFast period setting (integer).
intervalYesTime interval (e.g., "daily", "60min", "weekly"). Check Alpha Vantage docs for valid intervals per indicator.
monthNoSpecific month for intraday intervals (YYYY-MM format).
slowperiodNoSlow period setting (integer).
symbolYesThe stock symbol (e.g., "IBM").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for indicators with fast/slow period settings.", "properties": { "datatype": { "default": "json", "description": "Data format for the response.", "enum": [ "json", "csv" ], "type": "string" }, "fastperiod": { "description": "Fast period setting (integer).", "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" }, "slowperiod": { "description": "Slow period setting (integer).", "type": "string" }, "symbol": { "description": "The stock symbol (e.g., \"IBM\").", "type": "string" } }, "required": [ "symbol", "interval" ], "type": "object" }

Other Tools from MCP Avantage

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-avantage'

If you have feedback or need assistance with the MCP directory API, please join our Discord server