line.get_y1() - Pine Script Function
line.get_y1()
Section titled “line.get_y1()”Overview
Section titled “Overview”Returns price of the first point of the line.
Syntax
Section titled “Syntax”line.get_y1(id) → series floatParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series line | Line object. |
Returns
Section titled “Returns”Price value.