1樓:之何勿思
選股公式:
箱頂:=peak(close,13,1)*0.98 ;
箱底:=trough(close,8,1)*1.02;
aa:=cross(ref(c,1),箱頂);
bb:=cross(open,箱頂);
dd:=c>o;
突破:aa and bb and dd
擴充套件資料:
kk:=if(h=hhv(h,3),h,l); kk0:=const(max(troughbars(kk,15,1),peakbars(kk,15,1)));
前期大箱頂:if(currbarscount
前期大箱底:if(currbarscount
stickline(currbarscount
drawkline(high,open,low,close);
漲幅大於5%:exist((c-ref(c,1))/ref(c,1)*100>5 and c>peak(kk,15,1),5),nodraw;
成交量大:ref(v,barslast(漲幅大於5%))>ref(v,peakbars(kk,15,1)),nodraw;
先做兩個條件:drawicon(漲幅大於5% and 成交量大,l,13);;
2樓:準星略高
公式1:
count(c>ref(c,1)*1.04 andv>=hhv(v,40+5),5)>=1 and hhv(h,40+5)/llv(l,40+5)<=1.3
andref(c,4)>=hhv(max(c,o),40+5) and hhv(h,4)ref(l,4);
公式2:
count(c>ref(c,1)*1.04 and v>=hhv(v,40+5),5)>=1 and hhv(h,40+5)/llv(l,40+5)<=1.3
and ref(c,4)>=hhv(max(c,o),40+5) and hhv(h,4)ref(l,4) and count(v=2 and c/ref(c,4)<1 and c/ref(c,1)>0;
求通達信的股價突破長期箱體,再次回抽不跌破箱頂的選股公式
3樓:匿名使用者
比較bai接近的答案
du是zhi:
頂dao:=ref(hhv(h,30),1);
放量突回
破答:=dynainfo(7)>頂 and vol>ref(hhv(vol,30),1);
b:=barslast(cross(頂,c)=0;
a:=barslast(放量突破);
xg:(放量突破 or a>0 )and b;
選股公式股價放量突破20日均線 然後縮量回踩20日均線止跌 20日均線走平或上拐 30日均線走平
m30 ma close,30 coloryellow m30 atan m30 ref m30,1 1 100 180 3.14115926 降速度減緩 m30 ref m30 1 or ref m30 1 ref m30 2 and m30 ref m30 1 ref m30 1 ref m30...
macd指標背離選股公式
指標編 macd背離選股首先你要說清楚是什麼背離 是底背離還是頂背離,例如是底背離,請說明是哪個值得背離 是dif值背離,還是dea值背離,還是macd柱的長短背離還有就是背離的方式 例如下圖的背離 是選macd兩次死叉時的dif值低點對比抬高,但同時期的股價是 產生底背離. 好用的macd背離選股...
三線粘合選股公式怎樣在選股器裡做啊
n 3 ma5 ma c,5 ma15 ma c,10 ma24 ma c,20 a max ma5,max ma15,ma24 b min ma5,min ma15,ma24 三線粘合 llv a b b 100ref ma5,1 count 三線粘合,10 0 re view 粘合選股指標公式是...