使用label.new时,这是limt。 那么有什么办法可以打破这个限制? 我只是实现了跟随目标。
以下代码可以实现目标,但有限制。
label.new(bar_index, high, '1', textcolor=color.red, style=label.style_none)
label.new(bar_index, high, '2\n', textcolor=color.green, style=label.style_none)
label.new(bar_index, high, '3\n\n', textcolor=color.blue, style=label.style_none)