如果我没看错,而你就是,是操盘手买卖点,信号漂移建议不要用,今天的信号明天开盘就没一定要选股,最后2句drawtext(买1>0 or 买2>0,low*0.99,'买'),colorred;drawtext(卖1>0,high*1.02,'卖出'),colorgreen; 改为下面一句选股:买1>0 or 买2>0; 20210311
nn:=barslast(date<>ref(date,1))+1;kh:=hhv(nn,300);vertline(date<>refx(date,1)and **lastbar<>1 and kh<>1),colorblue;qq:=amount-ref(amount,1);k1:=if(close>open and qq>=0,qq...
var1:=1;var2:=((((2*close)+high)+low) / 4);var4:=llv(low,5);var5:=hhv(high,4);c1:=(ema((((var2-var4)/(var5-var4))*100),4)*var1);c2:=(ema(((0.667*ref(c1,1))+(0.333*c1)),2)*var1);xg:cross(c1,c2) and c1&...