indicator_toggle_visibility
Toggle visibility of an indicator or study on a TradingView chart. Provide the entity ID and set visible to true to show or false to hide.
Instructions
Show or hide an indicator/study on the chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | Yes | true to show, false to hide | |
| entity_id | Yes | Entity ID of the study (from chart_get_state) |