va:=if(close>ref(close,1),vol,-vol);obv:=sum(if(close=ref(close,1),0,va),0);maobv:=ma(obv,30);ref(obv,2)>ref(obv,1) and obv>ref(obv,1) and ref(maobv,1)>ref(obv,1);{已测试,复制可直接引用,如果回答满意,请记得给采纳}
公式如下:短线:=100-100*(hhv(high,10)-close)/(hhv(high,10)-llv(low,10));**:=100-100*(hhv(high,20)-close)/(hhv(high,20)-llv(low,20));长线:=100-100*(hhv(high,30)-close)/(hhv(high,30)-llv(low,30));xg:短线=0 and **=...
pp1:=ref(h=l,2) and ref(c,2)<ref(c,3) and ref(h=l,1) and ref(c,1)<ref(c,2) and l=o and c=o and h>l and v>ref(v,1)*3;{去除}pn1:=dyna**(8)>0;pn2:=dyna**(17)>0;pn3:=dyna**(22)>0;pn4:=d...