每个开盘高开>10个点报警(包括 :9:00,21:00,10:30,13:30)
简语言的时间是time
条件1: time = 0900 and o-ref(c,1)>10*minprice;
其他条件你仿写,然后去预警自己设置就是了