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