Skip to content
Algo Trade Analytics Docs

location - Pine Script Constants

Constants under the location namespace.

NameTypeDescription
location.abovebarconst stringLocation value for plotshape, plotchar functions. Shape is plotted above main series bars.
location.absoluteconst stringLocation value for plotshape, plotchar functions. Shape is plotted on chart using indicator value as a price coordinate.
location.belowbarconst stringLocation value for plotshape, plotchar functions. Shape is plotted below main series bars.
location.bottomconst stringLocation value for plotshape, plotchar functions. Shape is plotted near the bottom chart border.
location.topconst stringLocation value for plotshape, plotchar functions. Shape is plotted near the top chart border.