Skip to content
Algo Trade Analytics Docs

line.delete() - Pine Script Function

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

line.delete(id) → void
NameTypeDescription
idseries lineLine object to delete.