Skip to content
Algo Trade Analytics Docs

box.delete() - Pine Script Function

Deletes the specified box object. If it has already been deleted, does nothing.

box.delete(id) → void
NameTypeDescription
idseries boxA box object to delete.