show_last参数停止在图功能中工作

发布于 2025-01-24 18:50:43 字数 92 浏览 3 评论 0原文

自最近几天以来,绘图功能中的show_last参数只是停止正常工作。

它基本上忽略了V4和V5中的参数。

有人可以检查吗?

凯文

the show_last parameter in plot function just stopped working properly since the last few days.

It basically ignores the parameter in both v4 and v5.

Can someone check please.

Kevin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怼怹恏 2025-01-31 18:50:44

这对我来说是“工作”,而不是应该的方式。
当与“偏移”结合使用时,它开始将它们添加在一起。
IE偏移= 10,show_last = 10等于20个图。
仍在寻找在哪里提交报告。

我将在此处添加一个代码示例,以防万一:

plot(someNumber ,color=color.red, linewidth=1,style=plot.style_circles, title="forecast 1", offset=10, show_last=10)

It's "working" for me, just not the way it's supposed to.
When combined with "offset" it starts adding them together.
I.e. offset = 10 and show_last = 10 equals 20 plots.
Still looking for where to submit a report.

I'll add a code sample here just in case:

plot(someNumber ,color=color.red, linewidth=1,style=plot.style_circles, title="forecast 1", offset=10, show_last=10)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文