cjlb:=(amount-ref(amount,1))/ref(amount,1);cj**:=(close-ref(close,1))/ref(close,1);stickline(cjlb>=0 and cj**>=0 and cj**>=cjlb,ref(close,1),close,2,0),colorred;stickline(cjlb>=0 and cj**&...
ma5:=ma(vol,5);ma60:=ma(vol,60);倍:=v/ref(v,1);倍量:=倍>=2 and c>ref(c,1);周期1:=barslast(倍量>0);周期2:=周期1+ref(周期1,周期1+1);收盘价1:=ref(c,周期1);收盘价2:=ref(c,周期2+1);选股:(o>收盘价1 and o>收盘价2);