drawicon(cross(ema(c,3),ema(c,5))and c>o and c>ref(c,1)and c/ref(c,1)>=1.018 or cross(ema(c,3),ema(c,12))and c>o and c>ref(c,1)and c/ref(c,1)>=1.018 or cross...
n:=20;m:=32;p1:=80;p2:=100;var1:=(c+h+o+l)/4;卖出:=(var1,n)*(1+p1/1000),;买入:=(var1,m)*(1-p2/1000);幅度:=100*(卖出-买入)/买入;ma1:=ma(var1,3);a1:=stickline(卖出> and 卖出<,卖出,(卖出,(,close)),3,0);a2:=stickline(卖...