大智慧分时放量突破预警
input:p1(10,1,999),p2(1.3,0,99);
HH:=IF(TIME0/60-570<=130,TIME0/60-570,TIME0/60-660);
baa:=vol=hhv(vol,hh+1);
caa:=ma(vol,p1);
cab:=vol/ref(caa,1)>=p2 and hh>=p1;
daa:=close>=ref(hhv(high,hh+1),1);
outx:baa and cab and daa and dynainfo(17)>0;
{当前一分钟量为当天最高量
当前一分钟量比前10分钟平均每分钟量大于1.3倍以上
当前一分钟价等于大于今日最高价
三个条件同时达到即预警 };