get_coverage_topic
Retrieve the exact list of supported and unsupported features for any coverage topic id, such as 'ta' or 'request_security', to know which functions are available before writing PineScript code.
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'). |