大阳烛:=close/open>1.08 and high/low<close/open+0.018;diff:=ema(close,8)-ema(close,13); dea:=ema(diff,5);a1:=diff>dea;macd金叉:=if(a1,1,0);rsv1:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;k:=...
qw1:=(high+low+close*2)/4;qw3:=ema(qw1,10);qw4:=std(qw1,10);qw5:=(qw1-qw3)*100/qw4;qw6:=ema(qw5,5);涨:=ema(qw6,10)+100/2-5;跌:=ema(涨,4); xg:(cross(涨,跌) and 涨<-7) or (cross(涨,跌) and 涨<-60);