pine-developer

Generate Pine Script v6 indicators and strategies following TradingView guidelines.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ainell-owi/LePine --skill pine-developer-ainell-owi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pine-developer
Source: https://github.com/ainell-owi/LePine/tree/main/GH%20PINE%20REPOS/pinescript-agents/.claude/skills/pine-developer
Command: npx skills add https://github.com/ainell-owi/LePine --skill pine-developer-ainell-owi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pine Script development often requires producing clean, production-grade code that adheres to Pine Script v6 syntax, best practices, and platform constraints, reducing bugs and deployment risk.

Core Features & Use Cases

  • Produces maintainable Pine Script v6 indicators and strategies that follow TradingView guidelines.
  • Checks syntax compliance, comments, and input handling to improve reliability and readability.
  • Use Case: You need a ready-to-deploy indicator with proper risk controls and optimized performance.

Quick Start

Provide a Pine Script task description and I will generate production-ready Pine Script v6 code.

Frequently Asked Questions about pine-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write production-ready Pine Script v6 code for TradingView?

To write production-ready Pine Script v6, you generate indicators and strategies that strictly adhere to version 6 syntax, line wrapping rules, and TradingView best practices to minimize deployment risks and bugs.

What is the best way to port an existing indicator to Pine Script v6?

The best way to port an indicator to Pine Script v6 is to refine the codebase to comply with version 6 syntax and execution model guidelines, ensuring clean inputs, proper comments, and optimized performance for TradingView deployment.

Why does my TradingView strategy fail deployment due to syntax errors?

TradingView strategies fail deployment due to syntax errors when the code does not comply with Pine Script v6 guidelines, specifically regarding line wrapping rules, input handling, and execution model constraints.

Can I automatically check my Pine Script for v6 compliance and coding guidelines?

You can check Pine Script for v6 compliance by evaluating syntax, comments, and input handling against TradingView coding guidelines to improve code reliability, readability, and overall execution model performance.

Does generating Pine Script code automatically include risk controls and optimized performance?

Generating Pine Script code includes configuring proper risk controls and optimized performance to ensure the resulting TradingView indicators and strategies are maintainable and ready for immediate deployment.