box.delete() - Pine Script Function
box.delete()
Section titled “box.delete()”Overview
Section titled “Overview”Deletes the specified box object. If it has already been deleted, does nothing.
Syntax
Section titled “Syntax”box.delete(id) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series box | A box object to delete. |