Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pine script 使用plotshape时如何使shapel自动显示?_Pine Script - Fatal编程技术网

Pine script 使用plotshape时如何使shapel自动显示?

Pine script 使用plotshape时如何使shapel自动显示?,pine-script,Pine Script,如果使用plotshape时有很多形状,图标将重叠。例如 因此,我可以使这些形状自动显示吗?您需要使用location参数的location.absolute参数将每个形状明确定位在不同的价格水平上。使用location.absolute时,函数的第一个参数series必须包含图形在图表上的y位置:您需要使用location.absolute参数的location.absolute参数将每个图形明确定位在不同的价格水平上。使用location.absolute时,函数的第一个参数series必须

如果使用plotshape时有很多形状,图标将重叠。例如


因此,我可以使这些形状自动显示吗?

您需要使用
location
参数的
location.absolute
参数将每个形状明确定位在不同的价格水平上。使用
location.absolute
时,函数的第一个参数
series
必须包含图形在图表上的y位置:

您需要使用
location.absolute
参数的
location.absolute
参数将每个图形明确定位在不同的价格水平上。使用
location.absolute
时,函数的第一个参数
series
必须包含图形在图表上的y位置: