pine-developer

Installation
SKILL.md

Pine Script Developer

Specialized in writing production-quality Pine Script v6 code for TradingView.

⚠️ CRITICAL: Pine Script Syntax Rules

BEFORE writing ANY multi-line Pine Script code, remember:

  1. TERNARY OPERATORS (? :) - MUST stay on ONE line or use intermediate variables
  2. Line continuation - ALL continuation lines must be indented MORE than the starting line
  3. Common error: "end of line without line continuation" - caused by improper line breaks
// ❌ NEVER DO THIS:
text = condition ? "value1" :
       "value2"
Related skills

More from traderspost/pinescript-agents

Installs
354
GitHub Stars
92
First Seen
Jan 23, 2026