line - Pine Script Constants
Overview
Section titled “Overview”Constants under the line namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
line.style_arrow_both | const string | Line style for line.new and line.set_style functions. Solid line with arrows on both points. |
line.style_arrow_left | const string | Line style for line.new and line.set_style functions. Solid line with arrow on the first point. |
line.style_arrow_right | const string | Line style for line.new and line.set_style functions. Solid line with arrow on the second point. |
line.style_dashed | const string | Line style for line.new and line.set_style functions. |
line.style_dotted | const string | Line style for line.new and line.set_style functions. |
line.style_solid | const string | Line style for line.new and line.set_style functions. |