extend - Pine Script Constants
extend
Section titled “extend”Overview
Section titled “Overview”Constants under the extend namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
extend.both | const string | A named constant for line.new and line.set_extend functions. |
extend.left | const string | A named constant for line.new and line.set_extend functions. |
extend.none | const string | A named constant for line.new and line.set_extend functions. |
extend.right | const string | A named constant for line.new and line.set_extend functions. |