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