Vars
Series<Numeric> buysellcond;
Events
OnBar(ArrayRef<Integer> indexs)
{ buysellcond=5/2;
PlotNumeric("一",buysellcond);
}
输出值 有的会四舍五入 有的没有 这是什么回事 怎么解决
根据实际的品种最小单位决定,品种是0.1起,指标也精确到0.1
显示是自动的
根据品种最小变动价位自动取整
实际值不影响
print 出来就明白了