varf:=100-3*sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((close-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1);var10:=100-3*sma((open-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1)+2*sma(sma((open-llv(low,75))/(hhv(high,75)-llv(low,75))*100,20,1),15,1);var11:=varf<ref(var10,1) and vol>ref(vol,1) and close>ref(close,1);xg:var11 and count(var11,30)=1; 20210311
修改后的代码:必买:=if(trou**ars(3,15,1)=0 and high>low+0.01,1,-1);必卖:=if(peakbars(3,15,1)=1,1,2);stickline(ref(必买,1)=1,o,c,3,0),colorred;stickline(ref(必买,1)=1,l,h,0,0),colorred;drawtext(ref(必买,1)=1,l-0.1, ...