pine_check
Compile Pine Script code using TradingView's server API and receive errors or warnings, allowing validation before injecting into a chart.
Instructions
Compile Pine Script via TradingView's server API without needing the chart open. Returns compilation errors/warnings. Useful for validating code before injecting into the chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Pine Script source code to compile/validate |