Skip to content
Trading Skill

Pine Script Strategy Builder

Describe your trading idea. Get working v6 code.

Free
Download SKILL.md

Connect the data

This skill pulls live data from PineScript. Pick your app and paste the config below.

claude.ai
  1. Go to Settings (bottom left)
  2. Click MCP Servers
  3. Click Add
  4. Paste this URL:
    https://pinescript-mcp.fly.dev/mcp
Claude Desktop

Open your config file:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add to the mcpServers section:

{
  "mcpServers": {
    "pinescript": {
      "type": "http",
      "url": "https://pinescript-mcp.fly.dev/mcp"
    }
  }
}
Claude Code

Run this in your terminal:

claude mcp add --transport http pinescript https://pinescript-mcp.fly.dev/mcp
ChatGPT
  1. Go to Settings
  2. Click Connected apps
  3. Click Add MCP server
  4. Paste this URL:
    https://pinescript-mcp.fly.dev/mcp
Cursor / other editors

Add to your .cursor/mcp.json or equivalent config:

{
  "mcpServers": {
    "pinescript": {
      "url": "https://pinescript-mcp.fly.dev/mcp"
    }
  }
}

No API key needed. Free, hosted, ready to use.

The problem

You describe a strategy to an AI and it writes Pine Script that looks right but fails on TradingView. Wrong function names, deprecated v5 syntax, parameters that do not exist in v6. You spend an hour debugging code you cannot fully read. The free skills online do not check the docs — they guess.

What this skill does

  • Looks up correct v6 syntax via the PineScript MCP server before writing any code
  • Validates function names and parameter signatures against the live documentation
  • Lints the script and fixes errors before presenting it
  • Supports MA crossovers, RSI, Bollinger Bands, VWAP, ATR stops, Supertrend, breakouts, EMA ribbon, MACD, multi-timeframe
  • Every input is user-adjustable with labels and tooltips
  • Explains what the strategy does in plain English — not code comments
  • Settings guide: what each input controls and sensible tuning ranges
  • Risk notes included: what to check before going live

Quick start

  1. Download the skill and drop it into your project
  2. Connect the PineScript MCP server (instructions included)
  3. Describe your trading idea in plain English and get working v6 code

What's included

  • SKILL.md file for Claude Code, Cursor, or any AI agent
  • Setup guide for connecting the PineScript MCP server
  • Strategy pattern reference for 10 common trading approaches
  • Lifetime updates
Free download Lifetime updates Works with Claude Code, Cursor, or any AI agent
Download SKILL.md
These skills show what a well-built workflow looks like. If yours doesn't look like this yet, that's where I come in. Custom skills from £299. MCP integration from £999. Tell me what you need.
Also available

Ready to talk?

Tell me what your team is struggling with. I'll tell you if I can help.

Let's talk