get_coverage_topic
Retrieve detailed feature coverage for a PineScript topic, including lists of supported and unsupported functions, to identify implemented and skipped capabilities before coding.
Instructions
Returns the full detail plus the exact supported[] and unsupported[] feature lists for ONE coverage topic id (ids from list_coverage_topics, e.g. 'ta', 'strategy_orders', 'request_security', 'drawing_plotting_alerts'). Use when you are about to work in a feature area and need to know precisely which functions there are implemented vs skipped — e.g. before using request.security, the ta.* library, or strategy risk knobs. Unknown ids return an error marker listing the valid ids. Local, free, no engine run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Coverage topic id from list_coverage_topics (e.g. 'ta', 'strategy_orders', 'request_security', 'drawing_plotting_alerts'). |