pine_analyze
Catch Pine Script errors via static analysis: array out-of-bounds, unguarded first()/last(), bad loop bounds, and bool casts. Works offline, no TradingView connection.
Instructions
Run static analysis on Pine Script code WITHOUT compiling — catches array out-of-bounds, unguarded array.first()/last(), bad loop bounds, and implicit bool casts. Works offline, no TradingView connection needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Pine Script source code to analyze |