shape - Pine Script Constants
Overview
Section titled “Overview”Constants under the shape namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
shape.arrowdown | const string | Shape style for plotshape function. |
shape.arrowup | const string | Shape style for plotshape function. |
shape.circle | const string | Shape style for plotshape function. |
shape.cross | const string | Shape style for plotshape function. |
shape.diamond | const string | Shape style for plotshape function. |
shape.flag | const string | Shape style for plotshape function. |
shape.labeldown | const string | Shape style for plotshape function. |
shape.labelup | const string | Shape style for plotshape function. |
shape.square | const string | Shape style for plotshape function. |
shape.triangledown | const string | Shape style for plotshape function. |
shape.triangleup | const string | Shape style for plotshape function. |
shape.xcross | const string | Shape style for plotshape function. |