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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.