BACK TO CLAUDE SKILLS
◈
mcp_add_indicator
MCP IntegrationMCPIndicator
INSTALLATION
$python -c "exec(open('mcp_add_indicator.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Programmatically adds a technical indicator to the active TradingView chart using the `add_study` MCP command. Oscillator-type indicators (RSI, MACD) are routed to a new sub-panel automatically; overlay indicators (EMA, Bollinger Bands) are placed on the main price panel.
The `params` argument accepts any indicator-specific settings as a dictionary, matching TradingView's study parameter schema. This allows fully configurable indicator setups to be reproduced deterministically — useful for screenshot-based visual analysis pipelines where consistent chart state is required.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMCP Integration
ComplexityIntermediate
LanguagePython 3.10+
TagsMCP, Indicator
[ ASK CLAUDE ]
Ask AI about this skill before installing it.