a := **lastbar;k1:cost(99);drawtext(a and k1,k1,con2str(k1,2)),colorred;k2:cost(95);drawtext(a and k2,k2,con2str(k2,2)),coloryellow;k3:cost(80);drawtext(a and k3,k3,con2str(k3,2)),colorea91b5;k4:cost(...
主力持仓:=ema(100*(close-llv (low,34))/(hhv(high,34)-llv(low,34)),3); 主力**集中度:=winner(c)*100;散筹**集中度:=(winner(c*1.1)-winner(c*0.9))*100;cross(主力持仓,散筹**集中度) and 主力**集中度>90;上面的四行就可以了。祝顺利。