draw_shape
Draw customizable shapes like arrows, lines, rectangles, ellipses, or text on TradingView charts using coordinates.
Instructions
Draw a shape on the chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text for label (optional) | |
| type | Yes | Shape type | |
| style | No | Visual style {color, width, dashed} | |
| points | Yes | Coordinates [{time, price}] |