Syntax
Location.BOTTOM_RIGHT
Description
Used with the AddLabel()
function to place a label in the bottom-right corner of the chart.
Example
AddLabel(yes, "Current symbol: " + GetSymbol(), location = Location.BOTTOM_RIGHT);
Displays a label in the bottom-right corner of the chart with the name of the current symbol.