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.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.