chart.point.copy() - Pine Script Function
chart.point.copy()
Section titled “chart.point.copy()”Overview
Section titled “Overview”Creates a copy of a chart.point object with the specified id.
Syntax
Section titled “Syntax”chart.point.copy(id) → chart.pointParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | chart.point | A chart.point object. |