vvol:if(currbarscount=1 and period=5,vol*240/fromopen,draw**),nodraw;stickline(currbarscount=1 and period=5,vvol,0,-1,-1),color00c0c0;volume:vol,volstick;aa1:=ref(close,2)<ref(open,2);aa21:=ref(close,1)<ref(open,1);aa22:=ref(close,1)>ref(open,1);aa2:=aa21 or aa22;aa3:=ref(vol,1)<ref(vol,2);aa4:=vol>ref(vol,2);aa:=aa1 and aa2 and aa3 and aa4;bb1:=vol/ref(vol,1)>1.8;bb2:=vol/ref(vol,1)<2.5;bb:=bb1 and bb2;cc:=(close-ref(close,1))/ref(close,1)>0.02;小倍阳:=aa and bb and cc;drawtext(小倍阳,vol*1.01,'小倍阳'),coloryellow;股票公式专家团为你解答,希望能帮到你,祝投资顺利。 20210311
参数n你自己设定,一般来说5比较合适,实际使用中可以根据自己的需要自由调节n的数值。这样比较方便。xing:=n/1000;xg:abs(c-o)/c<xing and h>max(c,o) and l<min(c,o) and c>o;如果还有什么疑问可以在下面继续追问,如果认为满意的话别忘了点击下方的“选为满意回答”
用这个公式选出过佛山照明(000541)2010年8月18日的经典岛型反转,其它的多k线岛型还没测试过。你试试。a1:=ref(l,1)/o>=1.005 and c<ref(c,1) and h<ref(min(c,o),1) and count(c<ma(c,5),2)>=2;a2:=barslast(a1);a3:=ref(min(c,o),a2+1);a4:=...