box.get_left() - Pine Script Function
Overview
Section titled “Overview”Returns the bar index or the UNIX time (depending on the last value used for ‘xloc’) of the left border of the box.
Syntax
Section titled “Syntax”box.get_left(id) → series intParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series box | A box object. |
Returns
Section titled “Returns”A bar index or a UNIX timestamp (in milliseconds).