换手:=vol/capital*100;十日换手:=sum(换手,10); 换手率%:=vol/capital*100;量比:=v/(ref(ma(v,5),1)); vvol:=if(currbarscount=1 and period=5,vol*240/fromopen,draw**);虚拟量比:=vvol/(ref(ma(v,5),1));获利比例%:=winner(c)*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 **=...