list_coverage_topics
Check which Pine v6 features are supported in PineForge before writing or porting scripts. Lists all coverage topics with status and summary to avoid silent misbehavior.
Instructions
START HERE before writing, porting, or backtesting a Pine v6 strategy on PineForge. PineForge implements a SUBSET of Pine v6, so checking coverage first avoids a strategy that compiles but silently misbehaves vs TradingView. Lists every coverage topic with a one-line status (supported / partial / unsupported / via_transpiler) and summary, plus the legend (note: via_transpiler still works end-to-end; unsupported means parsed-and-skipped or rejected) and the coverage version. Cheap, free, local — no engine run, no I/O. Then drill in with get_coverage_topic for one area's full supported/unsupported lists, or check_pine_feature to look up a single identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||