tv_drawing_add_fib_retracement
Add a Fibonacci retracement drawing to a TradingView chart, positioning it with percentage-based start and end coordinates.
Instructions
Experimental: add a Fibonacci retracement drawing on the chart pane. Best-effort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1Pct | No | Start X as fraction of pane width (default 0.1). | |
| x2Pct | No | End X as fraction of pane width (default 0.9). | |
| y1Pct | No | Start Y as fraction of pane height, 0.0 = top (default 0.2). | |
| y2Pct | No | End Y as fraction of pane height, 0.0 = top (default 0.8). |