首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >TradingView 行尾没有行续行 问题,该如何解决?

TradingView 行尾没有行续行 问题,该如何解决?

提问于 2025-06-07 23:47:59
回答 0关注 0查看 11

Tradingview中:

plotshape(

bearCondition and validateNoBreak(bearCondition, false),

location = location.belowbar, // 位置:K线下方(逗号分隔)

color = color.new(color.red, 0), // 背景色:红色(逗号分隔)

text = "B", // 文本内容(逗号分隔)

textcolor = color.white, // 文本色:白色(逗号分隔)

style = shape.labelup, // 样式:向上箭头(逗号分隔)

offset = 0 // 偏移量:0(最后一个参数,无逗号)

)

始终报错第一行:plotshape(

Mismatched input "end of line without line continuation" expecting ")"

请问该如何解决,谢谢

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档