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