pine_check
Compile Pine Script code using TradingView's server API to return errors and warnings, validating code before chart injection.
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 |