What problem does it solve?
This skill solves the problem of manually analyzing TradingView charts, reading indicator values, and iterating on Pine Script by letting you drive the TradingView Desktop UI locally through MCP and the Chrome DevTools Protocol.
Core Features & Use Cases
- Pine Script development & debugging: write Pine code, compile, inspect errors/console output, and save indicators/strategies for your chart workflows.
- Chart + indicator data access: read quote data, OHLCV summaries, indicator/study values, and Pine drawing primitives (lines/labels/tables/boxes) to support decision-making and automation.
- Trading workflow automation in the UI: control symbols/timeframes/layout panes, manage alerts, and run replay mode for practice—all through MCP tools exposed as a
tv CLI.
Use Case: You want to build and validate a custom indicator; you ask for a Pine Script draft, inject the code into TradingView, compile and fix errors using MCP feedback, then read indicator outputs and create alerts once the logic is confirmed.
Quick Start
Ask your AI to connect to TradingView and run the health check, then analyze your current chart by requesting quote, indicator values, and a Pine drawing readout.