box.delete() - Pine Script Function
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. |