box.set_extend() - Pine Script Function
box.set_extend()
Section titled “box.set_extend()”Overview
Section titled “Overview”Sets extending type of the border of this box object. When extend.none is used, the horizontal borders start at the left border and end at the right border. With extend.left or extend.right, the horizontal borders are extended indefinitely to the left or right of the box, respectively. With extend.both, the horizontal borders are extended on both sides.
Syntax
Section titled “Syntax”box.set_extend(id, extend) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series box | A box object. |