rsv:= (close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;fastk:=sma(rsv,3,1);k:=sma(fastk,3,1);d:=sma(k,2,1);xg:cross(k,d) and k<20 and d<20;(已测试) 20210311
diff:ema(close,12)-ema(close,26);dea:ema(diff,9);macd:2*(diff-dea), colorstick,linethick2;低位金叉:=cross(diff,dea) and diff<-0.1;stickline(低位金叉,0,0.08,6,0),coloryellow;jccount:=count(cross(diff,dea),b...