英文:
Shorten indicator title view on chart
问题
我是新手Pinescript,我想只查看我的指标标题,即Multibox USA,而不是所有会话输入。如何解决?提前感谢!
英文:
I'm new in pinescript and I'd like to view only the title of my indicator, i.e. Multibox USA, and not all input of sessions. How could solve it? Thanks in advance!
答案1
得分: 1
状态行由指标名称、用户输入参数和指标数值组成。
从用户的角度来看,您可以从图表设置中配置所有状态行。或者,您可以从其设置中精确控制指标数值的显示。
英文:
The status line is composed of the indicator name, user input arguments, and indicator values.
From Pine Script, you can shorten the indicator name or control the display of plot values.
From a user point of view, you can configure all the status lines from the chart settings. Or granularly, you can control the display of an indicator values from its settings.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论