setPlotOption 这个代码用不了,begin-bar 怎么应用
Events OnReady() { Range[0:DataSourceSize() - 1] { setPlotOption("AdpMa", "begin-bar", 10); } } OnBar(ArrayRef<Integer> indexs) { Range[0:DataSourceSize() - 1] { PlotNumeric("AdpMa",High()); } }
Events OnReady() { Range[0:DataSourceSize() - 1] { setPlotOption("AdpMa", "begin-bar", 10); } } OnBar(ArrayRef<Integer> indexs) { Range[0:DataSourceSize() - 1] { PlotNumeric("AdpMa",High()); } }
用不了具体是什么意思?