说实话你这么吝啬真不想做。呵呵,一点赏钱都不给?这个主图是有难度的。我只对120日以内出现倍量柱的k线划了线,加了三分之一线和黄金分割线。倍量柱:=v>=ref(v,1)*2 and c>o and currbarscount<=120;倍量柱处开盘:=ref(l,barslast(倍量柱));倍量柱处收盘:=ref(h,barslast(倍量柱));倍量柱中处:=ref((h+...
tr:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),7);hd:=high-ref(high,1);ld:=ref(low,1)-low;dmp:=sum(if(hd>0 and hd>ld,hd,0),7);dmm:=sum(if(ld>0 and ld>hd,ld,0),7);d...