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