drawtext(var11 and count(var11,30)=1,low*0.95,'大资金活动'),linethick1,colorff00ff;var12:=(high+low+close)/3;var13:=(var12-ma(var12,14))/(0.015***edev(var12,14));var14:=(var12-ma(var12,70))/(0.015***edev(var12,70));var15:=if(var13>=150 and var13<200 and var14>=150 and var14<200,10,0);var16:=if(var13<=-150 and var13>-200 and var14<=-150 and var14>-200,-10,var15);var17:=(close-ma(close,13))/ma(close,13)*100;var18:=100-abs(var17);var19:=if(var18<90,var18,100);var1a:=if(vare>0,vare,0);var1b:=if(var14>=200 and var13>=150,15,if(var14<=-200 and var13<=-150,-15,var16))+60;var1c:=var1a>48 and var1b>60 and var19<100;drawtext(var1c and count(var1c,30)=1,low*0.95,'大笔成交') colorwhite;ma(c,144),linethick2; 20210311
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...