total:=if(period=1,5,if(period=2,15,if(period=3,30,if(period=4,60,if(period=5,totalfznum,1)))));mtime:=mod(fromopen,total);ctime:=if(mtime,total,mtime);vvol:if((currbarscount=1 and dyna**(8)>1),vol*(total+3)/(ctime+3),draw**),nodraw;stickline((currbarscount=1 and ... 20210311
m1:=ma(close,5);m2:=ma(close,10);m3:=ma(close,20);m4:=ma(close,30);dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);xg:m1>m2>m3>m4 and high>m1 and dif>dea and ma(v,5)>ma(v,10);公式大概如...