barexiststatus用法求助

OnBar(ArrayRef<Integer> indexs)


{


Numeric z;


Numeric result =1;


for z =0 to DataSourceSize-1


{


result=result*data[z].BarExistStatus;


}


if (result <> 1)  Return;


barexiststatus代码这样写是否正确

BarExistStatus求助
barexiststatus多图层使用求助
barexiststatus函数
commentary用法求助
commentary用法求助
BarExistStatus==1 和BarExistStatus==2代表的状态
data0.BarExistStatus == Data1.BarExistStatus 这个具体什么意思?
BarExistStatus处理夜盘的问题
函数用法
GetOrderPriceOffset详细用法

你这个不是教学视频里的写法么?有什么问题?

但在多图层中还是提示信号闪烁

那么就把完整代码发出来看看

不要只发一段