Skip to main content
Glama

TradingView MCP Server

volume_confirmation_analysis

Analyze volume confirmation patterns for cryptocurrency trades to validate price movements and identify potential entry/exit signals using specified timeframes and exchanges.

Instructions

Detailed volume confirmation analysis for a specific coin.

Args: symbol: Coin symbol (e.g., BTCUSDT) exchange: Exchange name timeframe: Time frame for analysis

Input Schema

NameRequiredDescriptionDefault
exchangeNoKUCOIN
symbolYes
timeframeNo15m

Input Schema (JSON Schema)

{ "properties": { "exchange": { "default": "KUCOIN", "title": "Exchange", "type": "string" }, "symbol": { "title": "Symbol", "type": "string" }, "timeframe": { "default": "15m", "title": "Timeframe", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

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/patch-ridermg48/tradingview-mcp'

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