← Back to Skill list
TradingView Automation & Pine Scripting
v1.0.0Feature DerivationmixedFinance
Built on tradingview-mcp. Connects via CDP to a local TradingView Desktop app in debug mode. AI can "see" chart prices, indicators (RSI/MACD), and trend lines. It can manage multi-pane layouts, switch tickers, and write/debug Pine Script directly on your chart.
When to call
Use when you need AI to analyze chart patterns/indicators on TradingView, or quickly write/modify Pine Script strategies.
Role in flow
Drive agents to autonomously perform multi-dimensional data mining, executing statistical indicator calculations and deep feature extraction.
Inputs
- The state of the locally running TradingView Desktop client
Outputs
- Chart analysis results, layout changes, compiled Pine Script code
Boundaries and limitations
- Strictly requires TradingView Desktop app to be installed and running locally.
- Must launch the client with --remote-debugging-port=9222 for AI to recognize it.
LadleAgent