Volume Wall Detector MCP

analyze-stock

Analyzes stock trading data to identify significant price levels using volume and value metrics. Input a stock symbol and optional days to track volume walls and distribution patterns.

Instructions

Analyze stock data including volume and value analysis

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to analyze (optional)
symbolYesStock symbol to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "description": "Number of days to analyze (optional)", "type": "number" }, "symbol": { "description": "Stock symbol to analyze", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Volume Wall Detector MCP

Related Tools

ID: qppxs5hs3o