九毛八公式指标 公式模块: 急求9:45后分时图里面只要不破均价线,而且收盘价突破当日新高的公式。 急急急啊!请各位大侠帮帮忙!!! 以下就是300097的图 解答如下: x:=BArslAST(BARPOS=1 or date<ref(date,1)); ssv:=sum(abs(v),x+1); pj:if(STKTYPE>0 and ssv>0,sum(abs(amount),x+1)/ssv/100,ma(c,x+1));