BACK TO CLAUDE SKILLS
◈
mcp_set_symbol
MCP IntegrationMCPNavigation
INSTALLATION
$python -c "exec(open('mcp_set_symbol.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Sends a symbol-change command to TradingView via MCP and blocks until the chart confirms it has loaded. Accepts standard TradingView symbol format (e.g. `BINANCE:BTCUSDT`) and an optional timeframe string. The `wait_for("chart_loaded")` call prevents race conditions where subsequent data reads would return stale candles.
Used as the first step in any automated coin scan loop. By combining `mcp_set_symbol` with `mcp_read_chart_data` in a tight loop, a Claude agent can cycle through an entire watchlist and collect fresh chart data for all symbols without requiring any user interaction.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMCP Integration
ComplexityIntermediate
LanguagePython 3.10+
TagsMCP, Navigation
[ ASK CLAUDE ]
Ask AI about this skill before installing it.