如何在指示器设置面板上创建一个新的选项卡和订单输入? V5

发布于 2025-01-29 00:33:22 字数 541 浏览 3 评论 0原文

我的指标有太多的输入,因此很难找到某些重要的输入。 (例如实验或调试变量。)这使设置面板太高,因此覆盖了图​​表,可能涵盖了我想识别和消除的异常(因此我们需要在这里和那里拖动)。

有没有办法打开新标签并在此处放置某些输入?

例如这种语法:

input.bool(false, title="Experimental Thingy Switchy", group="Experiments", tab="Experiments")
input.float(1, title="Experimental Variable I'd need a coffee to know what should be", tab="Experiments")

I have too many inputs for my indicator I develop so some certain important inputs are harder to find. (E.g. experimental or debugging variables.) This makes the Settings Panel too high so it covers the chart, possibly covering anomalies I'd like to identify and eliminate (thus we need to drag it here and there).

Is there a way to open new tabs and place certain inputs there?
Tabs on Indicator Settings Panel

For example like this syntax:

input.bool(false, title="Experimental Thingy Switchy", group="Experiments", tab="Experiments")
input.float(1, title="Experimental Variable I'd need a coffee to know what should be", tab="Experiments")

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

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

发布评论

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

评论(1

画尸师 2025-02-05 00:33:22

不,这是不可能的。您可以group它们,但您已经做到了。

除此之外,请考虑一下您是否真的需要所有输入。

您可以使用一个输入来做多件事吗?

No, it is not possible. You can group them but you have already done that.

Other than that, think about if you really need every input you have.

Can you use one input to do multiple things maybe?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文