使用plotshape时如何使shape自动显示?
how to make shapel auto display when use plotshape?
使用plotshape.such作为
时,如果形状多,图标会重叠
我可以让这些形状自动显示吗?
您需要使用 location
参数的 location.absolute
参数将每个明确定位在不同的价格水平。使用 location.absolute
时,函数的第一个参数 series
必须包含图形在图表上的 y 位置:https://www.tradingview.com/pine-script-reference/v4/#fun_plotshape
使用plotshape.such作为
我可以让这些形状自动显示吗?
您需要使用 location
参数的 location.absolute
参数将每个明确定位在不同的价格水平。使用 location.absolute
时,函数的第一个参数 series
必须包含图形在图表上的 y 位置:https://www.tradingview.com/pine-script-reference/v4/#fun_plotshape