v3
更新:
ShowLabel(_Text, _Tooltip, _X, _Y, _Style, _Size, _Yloc, _Color, _TextColor)
TODO: Function to display labels
Parameters:
_Text: TODO: text (series string) Label text.
_Tooltip: TODO: text (series string) Tooltip text.
_X: TODO: x (series int) Bar index.
_Y: TODO: y (series int/float) Price of the label position.
_Style: TODO: style (series string) Label style.
_Size: TODO: size (series string) Label size.
_Yloc: TODO: yloc (series string) Possible values are yloc.price, yloc.abovebar, yloc.belowbar.
_Color: TODO: color (series color) Label border and arrow color
_TextColor: TODO: color (series color) Label text color
Returns: TODO: No return values