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.