Skip to main content
Glama

TradingView MCP Server

advanced_candle_pattern

Identify cryptocurrency trading opportunities by detecting progressive candle size increase patterns across multiple timeframes to spot emerging market momentum.

Instructions

Advanced candle pattern analysis using multi-timeframe data.

Args: exchange: Exchange name (BINANCE, KUCOIN, etc.) base_timeframe: Base timeframe for analysis (5m, 15m, 1h, 4h) pattern_length: Number of consecutive periods to analyze (2-4) min_size_increase: Minimum percentage increase in candle size limit: Maximum number of results to return Returns: Coins with progressive candle size increase patterns

Input Schema

NameRequiredDescriptionDefault
base_timeframeNo15m
exchangeNoKUCOIN
limitNo
min_size_increaseNo
pattern_lengthNo

Input Schema (JSON Schema)

{ "properties": { "base_timeframe": { "default": "15m", "title": "Base Timeframe", "type": "string" }, "exchange": { "default": "KUCOIN", "title": "Exchange", "type": "string" }, "limit": { "default": 15, "title": "Limit", "type": "integer" }, "min_size_increase": { "default": 10, "title": "Min Size Increase", "type": "number" }, "pattern_length": { "default": 3, "title": "Pattern Length", "type": "integer" } }, "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