ma5:=ma(close,5);ma10:=ma(close,10);ma20:=ma(close,20);lb:=v/fromopen/(sum(ref(v,1),5)/1200);dt:=barslastcount(ma5>ref(ma5,1) and ma10>ref(ma10,1) and ma20>ref(ma20,1));xg:lb>2 and dt>0...
这样形态是少见,你或举例。下面是公式: t1:=ref(v,1)>=ref(v,2)*3;t2:=((ref(c,1)-ref(c,2))/ref(c,2)*100)>8;t3:=v(v,1)and between((c-ref(c,1))/ref(c,1)*100,-1,1);xg:(t1 and t2 and t3);