var1:=ema(ema(close,13),13);控盘:=(var1-ref(var1,1))/ref(var1,1)*1000;jj:=dyna**(11);p:=55;s:=8;m1:=3;财:=(ema(close,s)-ema(close,p))*10;神:=ema(财,m1);btj1:=(c-jj)/jj<-0.03;btj11:=(c-jj)/jj<-0.03;btj12:=last(jj>=ref(jj,1),5,1) and (c-jj)/jj<0.005;btj2:=控盘>ref(控盘,1) and 控盘<-0.2;btj22:=控盘>ref(控盘,1) and 控盘<0 ;btj3:=cross(财,神) and 财<-0.3;btj32:=cross(财,神) and 财<-0.1;bt**1:=filter(btj1 and btj2 and btj3,13);bt**11:=filter(btj11 and btj2 and btj3,13);xg:filter(btj1 and btj2 and btj3,13) or filter(btj11 and btj2 and btj3,13);(已与原指标对应,测试通过) 20210311
**集中度:=(cost(90+(100-90)/2)-cost((100-90)/2))/(cost(90+(100-90)/2)+cost((100-90)/2))*100/2;xg:**集中度>ref(**集中度,1) and **集中度>ref(**集中度,5) and c<ref(c,1) and c<ref(c,5) and ref(c,5)/ref(c,1)&...