ma5:=ma(c,5);ma24:=ma(c,24);ma60:=ma(c,60);布林上轨:=ma(close,24)+2*std(close,24);bulin:o<ma5 and c>ma5 and o<布林上轨 and c>布林上轨 and ma(c,60)>ref(ma(c,60),1); 20210311
var1f:=((close-llv(low,27))/(hhv(high,27)-llv(low,27)))*(100);var21:=sma(var1f,3,1);趋势:=sma(var21,3,1);人气:=sma(趋势,3,1);出击:if(cross(趋势,人气) and (趋势<30),20,0);{已经测试通过,满意请给采纳}