Trading Skill · Free

Pine Script Strategy Builder

Describe your trading idea. Get working v6 code.

Requires the PineScript MCP server

A Claude skill that turns a plain-English trading idea into a working Pine Script v6 strategy. Looks up correct syntax in the actual v6 documentation, validates functions, lints the output, and explains every section. No deprecated v5 syntax. No guesswork.

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 it does

Features

  • 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

Getting started

Quick start

  1. 1

    Download the skill and drop it into your project

  2. 2

    Connect the PineScript MCP server (instructions included)

  3. 3

    Describe your trading idea in plain English and get working v6 code

Data sources

MCP server

PineScript

https://pinescript-mcp.fly.dev/mcp

Free download

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

Who it's for: TradingView users, retail traders, Pine Script beginners, strategy developers