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);公式大概如...
mv5:=ma(amount,5);mv10:=ma(amount,10);mv20:=ma(amount,20);mv30:=ma(amount,30);tj1:=mv5>mv10 and mv10>mv20 and mv20>mv30;tj2:=mv5>ref(mv5,1) and mv10>ref(mv10,1) and mv20>ref(mv20,1) ...