location - Pine Script Constants
location
Section titled “location”Overview
Section titled “Overview”Constants under the location namespace.
Constants
Section titled “Constants”| Name | Type | Description |
|---|---|---|
location.abovebar | const string | Location value for plotshape, plotchar functions. Shape is plotted above main series bars. |
location.absolute | const string | Location value for plotshape, plotchar functions. Shape is plotted on chart using indicator value as a price coordinate. |
location.belowbar | const string | Location value for plotshape, plotchar functions. Shape is plotted below main series bars. |
location.bottom | const string | Location value for plotshape, plotchar functions. Shape is plotted near the bottom chart border. |
location.top | const string | Location value for plotshape, plotchar functions. Shape is plotted near the top chart border. |