Writes, reviews, and debugs Pine Script v6 strategies and indicators. Includes anti-pattern prevention, performance optimization, and built-in function reference. Use when implementing trading systems in TradingView.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Writes, reviews, and debugs Pine Script v6 strategies and indicators. Includes anti-pattern prevention, performance optimization, and built-in function reference. Use when implementing trading systems in TradingView.
Coding Pine Script
Triggering Contexts
Implementing a strategy from strategy-spec.md
Converting v4/v5 scripts to v6
Debugging script errors or unexpected behavior
Reviewing Pinescript code for quality
Optimizing script performance
Workflow Checklist
(Copy into task.md when starting)
Review strategy-spec.md (if available)
Write code in v6 syntax
Run code review checklist
Test compilation in TradingView
Verify backtest results match expectations
1. Version Strategy
Write new code in v6. Convert older versions before development.