{通达信股价为5.55或者6.66的条件选股公式} 元:=intpart(c);角:=intpart(c*10)-元*10;分:=fracpart(c*10)*10;元角分5:=元=5 and 角=5 and 分=5;元角分6:=元=6 and 角=6 and 分=6;选:元角分5+元角分6>0;路过的朋友如果认为我这个回答很好,请加关注我,
神仙大趋势h1:=ema(close,6),colorwhite; h2:=ema(神仙大趋势h1,18),colorgreen; h3:=ema(close,108),coloryellow;cross(神仙大趋势h1,max(h2,h3)) or (神仙大趋势h1>max(h2,h3) and ref(c,1)<ref(c,2) and c>ref(max(c,o),1));