fibonacci_draw
Draw a Fibonacci study directly on the chart with exact candle coordinates and optional custom ratios. Supports retracement, extension, channel, time, fan, circle, spiral, arc and wedge variants. Prefer swing timestamps/prices returned by market_candles computations rather than visual guesses. Changes the chart you are building; call chart_link when you are done so the person can open it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| fill | No | Palette fill colour, or “none”. | |
| text | No | Text for annotation tools. | |
| tool | Yes | ||
| color | No | A palette name. “up” and “down” are the reserved green and red — they assert a bullish or bearish claim, so use them for position zones and not for a measurement. | |
| width | No | Stroke width in pixels, 1 to 6. | |
| levels | No | ||
| points | Yes | ||
| symbol | No | ||
| opacity | No | Strength of the whole drawing, 0.1 to 1. Fade a level that is context rather than the decision. | |
| arrowEnd | No | ||
| fontSize | No | Label/text size from 8 to 28. | |
| lineStyle | No | ||
| showStats | No | ||
| arrowStart | No | ||
| extendLeft | No | ||
| showLabels | No | ||
| extendRight | No | ||
| fillOpacity | No | Shape fill opacity from 0 to 1. |