{下面的修改已经将未来函数删去}工作线:ema(close,14),colorff00ff,linethick1;二号线:ema(close,25),coloryellow;三号线:ema(close,99),colorgreen;**线:ema(close,144),colorblue;生命线:ema(close,453),coloryellow,linethick2;var1:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),25);var2:=high-ref(high,1);var3:=ref(low,1)-low;var4:=sum(if(var2>0 and var2>var3,var2,0),25);var5:=sum(if(var3>0 and var3>var2,var3,0),25);v**:=var4*100/var1;var7:=var5*100/var1;var8:=ma(abs(var7-v**)/(var7+v**)*100,15);var9:=(var8+ref(var8,15))/2;a:var7>v** and var7>25 and v**<25;底部:drawicon(a,1,1); 20210311
xg1:=ref(v=hhv(v,n),1) and v<ref(v,1)*0.4 and sma(max(close-ref(close,1),0),6,1)/sma(abs(close-ref(close,1)),6,1)*100>70;xg2:=ref(v=hhv(v,n),1) and v<ref(v,1)*0.4 and sma(max(close-ref(close,...
tt1:=ref(o>c,2) and ref(c/o<0.94,2);tt2:=upnday(c,2);tt3:=c>ref((l+(h-l)/2),2) and h<ref(o,2);ttt:=tt1 and tt2 and tt3;stickline(ttt,o,c,2,0),colorlimagenta;stickline(ttt,l,h,0,0),colorlim...
{1.}var2:=(2*close+high+low)/4;var3:=if(year>=2099 and month>2,0,1);var4:=llv(low,5);var5:=hhv(high,4);散户:=ema((var2-var4)/(var5-var4)*100,4)*var3;**:=ema(0.667*ref(散户,1)+0.333*散户,2)*var3;短快进:cr...