刚才的贴子在IE上看还是很乱
我的意思是再加上防止调用昨日信号的代码
判断开多同时防止调用昨日信号
nn:= min(barslast(type(1)=1 and ref(type(1)<>1,1), todaybar);
hh:=hhv(h,nn+1);
我说我理解了
aa:type(1)=1 and ref(type(1)<>1,1),noaxis;
我是要在这个基础上加上防止调用昨日信号的条件
还是这样就己经防止了调用昨日信号,不再需要min
加个min能不规避掉昨日信号
type(1)=1 and ref(type(1)<>1,1),
引用以上时保证是当日的信号