软件报错:PlotBar函数没有被声明 (疑似Bug)
TB3软件版本: 3.2.13函数文档地址: https://tbq3.tbquant.net/helper?product_id=999&keyword=1122&content_id=1132&selectedkey=2452&type=article 运行环境:图表模式下运行,除了主图只有一个显示TurnoverPredict的副图,如下所示:问题描述:尝试使用PlotBar函数, 直接将文档里的样例代码复制过来运行,报错“PlotBar函数没有被声明”代码:OnBar(ArrayRef<Integer> indexs) { PlotBar("MA",low); }报错信息: