如何编写 pinescript 代码以便在整个历史过程中显示信号?

How to code pinescript in order for the signals to display throughout history?

目前默认的All Candlestick Pattern 指标只能显示大约50 个标签。有没有我可以输入的代码,它会显示从第 1 天开始的所有信号?

您可以使用 max_labels_count in study 参数将标签数量增加到 500。这是限制。