这个公式有点难度,关键是通达信的图形函数太少。和原公式相比做了稍微的改动,但不影响使用。如下: 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.5,0),colorred;stickline... 20210311
ww1:= sum( ma(c,10),9)/10.110;ww2:=cross(c,ww1);vw1:=dma(ema(c,12),sum(v,5)/3/capital);vw2:=ref(h,10)/c>1.35;vw3:=(cost(20)-c)/c>0.15;vw4:=h>l*1.051;vw5:=vw4 and count(vw4,5)>1;vw6:=(((c-v...