大智慧分时指标公式 股价大于均价并且持续时间大于60分钟的选股公式
周期:=if(time0<=41400,(time0-34200)/60,120+(time0-46800)/60);
均价:=SUM(AMOUNT,周期)/SUM(VOL*100,周期);
线上时2:=count(c>=均价,60)>58 {and c/均价>1 and c/均价<1.02} and c>=hhv(h,240);
{XG:线上时>60;}
线上时2;
新高里量最大,用于分笔
c=hhv(h,barslast(time<=093000)+1) and vol=hhv(v,barslast(time<=093000)+1) and (DYNAINFO(4)<>0);
周期:=if(time0<=41400,(time0-34200)/60,120+(time0-46800)/60);
均价:=SUM(AMOUNT,周期)/SUM(VOL*100,周期);
线上时2:=count(c>=均价,60)>58 {and c/均价>1 and c/均价<1.02} and c>=hhv(h,240);
{XG:线上时>60;}
线上时2;
新高里量最大,用于分笔
c=hhv(h,barslast(time<=093000)+1) and vol=hhv(v,barslast(time<=093000)+1) and (DYNAINFO(4)<>0);
