TradingView Machine Profile

VerifiedSafe

Routing skill for TradingView Desktop and Pine Script. Loads knowledge.md to route to the right downstream skills and handle DEEP6 context.

Sby Skills Guide Bot
DevelopmentIntermediate
308/6/2026
Claude Code
#tradingview#pine-script#mcp#routing#backtesting

Recommended for

Our review

Loads the TradingView Desktop platform profile and routes Pine Script, MCP, and backtesting requests to the appropriate specialist skills.

Strengths

  • Provides a unified entry point with a routing table to downstream skills.
  • Includes a local DEEP6 context for project-specific Pine Script patterns.
  • Reduces complexity by dispatching tasks to the right specialist without duplicating effort.
  • Supports platform setup, Pine building, debugging, MCP operations, and strategy backtesting.

Limitations

  • Requires local file paths (e.g., DEEP6) to be present; not portable across environments.
  • Serves as a router, not a hands-on coder; actual work happens in downstream skills.
  • Assumes TradingView Desktop is installed and MCP connectivity is available.
When to use it

Use when starting any TradingView or Pine Script task within this repository, especially when DEEP6 context is needed.

When not to use it

Do not use for generic Pine Script questions outside this repository or when no TradingView Desktop integration is involved.

Security analysis

Safe
Quality score85/100

The skill only instructs the agent to read local documentation files and route tasks to other skills. It does not execute shell commands, network calls, or dangerous operations. The hardcoded path is a minor privacy concern but does not pose a direct security threat.

Findings
  • Hardcoded local path (C:\Users\Tea\DEEP6\.claude\skills\tradingview-machine-profile\) could reveal user directory structure, but no sensitive data is exfiltrated.

Examples

Verify TradingView MCP connection
Connect to TradingView Desktop via MCP and tell me if the platform is ready.
Explain Strategy Tester behavior
How does TradingView Desktop's Strategy Tester handle repainting and order filling?
Start a DEEP6 Pine indicator
I need a Pine Script indicator for a DEEP6 strategy, where should I start?

TradingView Machine Profile

Invoke this skill when the user asks you to:

  • Connect to TradingView Desktop or verify MCP connectivity
  • Explain TradingView Desktop, Pine Editor, compiler, or Strategy Tester behavior
  • Work on Pine Script in this repo and you need platform limits, execution model, or local DEEP6 context first
  • Route a TradingView/Pine request to the correct downstream skill

Skill Entry Point

Load knowledge.md in this directory first.

Workflow

  1. Read knowledge.md for the platform model, local DEEP6 context, and routing table.
  2. Confirm whether the task is platform/setup, Pine building, Pine debugging, MCP operation, or strategy/backtesting.
  3. Route to the minimum downstream skill set needed.
  4. For DEEP6-specific Pine scripts, also load C:\Users\Tea\DEEP6\.claude\skills\tradingview-pinescript-builder-doctor\deep6\deep6-patterns.md.

Downstream Skills

  • tradingview-pinescript-builder-doctor — build indicators, strategies, libraries, alerts, and DEEP6 Pine features
  • tradingview-pinescript-error-doctor — fix compile/runtime/repainting/MTF issues
  • tradingview-mcp-trading-operator — chart control, Pine injection, compile loops, screenshots, alerts
  • tradingview-strategy-backtesting-operator — Strategy Tester, trade interpretation, backtest quality, risk settings

Base path: C:\Users\Tea\DEEP6\.claude\skills\tradingview-machine-profile\

Related skills