漲停基因(附選股公式)
一、百日低量群,倍量就漲停
二、倍量過左峰,漲停急先鋒
三、回踩**線,騰飛不眨眼
四、咬住峰頂線,蓄勢搏雲天
五、長陰壓短柱,攻勢猛如虎
六、複合精準線,漲停在眼前
一、百日低量群,倍量就漲停
百日地量:= v=llv(v,100) and v>0;
倍量:= vol>=ref(v,1)*1.9 and c>ref(c,1);
地量又倍量:count(百日地量,10)>=1 and count(倍量,5)>=1;
二、倍量過左峰,漲停急先鋒
n:=10;
左峰高:=hhv(h,n);
倍量過左:filter(cross(c,ref(左峰高,n/2)),5) and c>ref(左峰高,n/2)
and vol/ref(vol,1)>=1.9;
三、回踩**線,騰飛不眨眼
jj:=(3*c+h+l+o)/6;
var1:=dma(jj,0.2);
tj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>var1 and c>ref(c,1);
ljl:=filter(tj1,3);
**線:=ref(low,barslast(ljl));
**柱:=filter(tj1,3);
sr1:=ref(high,10)=hhv(high,2*10+1);
sr2:=filter(sr1,10);
sr3:=backset(sr2,10+1);
hd:=filter(sr3,10);
前高:=ref(h,barslast(hd));
倍量:=vol/ref(vol,1)>=2 and count(close>open,1) or low>ref(high,1) and count(open>close,1) and vol/ref(vol,1)>=2;
突破前高:=cross(c,前高);
倍量過左峰:= 突破前高 and 倍量;
t7:=ref(vol,6)/ref(vol,7)>=2;
t6:=ref(vol,5)/ref(vol,6)>=2;
t5:=ref(vol,5)/ref(vol,4)>=1.5;
t4:=ref(vol,4)/ref(vol,3)>=1.5;
t3:=ref(vol,2)/ref(vol,3)>=1.5;
t1:=v/ref(vol,1)>2;
t0:=c>o and c>ref(c,1);
凹口起柱:= t7 and t1 and t0
or t6 and t1 and t0
or t5 and t1 and t0
or t4 and t1 and t0
or t3 and t1 and t0 ;
akqz:= **柱 and 凹口起柱;
x:=21;
tty:=h;
aat:=ref(tty,x)=hhv(tty,2*x+1);
bbt:=filter(aat,x);
cct:=backset(bbt,x+1);
hd10t:=filter(cct,x);
前期高位:=ref(h,barslast(hd10t));
tpqg:= **柱 and 倍量過左峰 and c>前期高位;
選股: (count(tpqg,10) or count(akqz,10))
and count(cross(**線*1.01,l),3)>0 and l>=**線
and c>ref(c,1) and ref(c,2)>ref(c,1) and count(ljl,3)=0;
四、長陰壓短柱,攻勢猛如虎
選股: c/ref(c,1)<0.95 and v★將上面組合起來,做成如圖的附圖公式:
n:=100;
v100:= v<=llv(v,n)*1.2 and v>0 and barscount(v)>=n;
百日地量群:=count(v100,5)>=3;
倍量:= vol>=ref(v,1)*1.9 and c>ref(c,1);
百地_倍量:=ref(百日地量群,1) and 倍量;
地量又倍量:count(百地_倍量,1)>=1;
n2:=20;
左峰高:=ref(hhv(c,n2),1);
倍量過左:ref(count(c《左峰高,2)=2,1) and c>左峰高 and c>o
and vol/ref(vol,1)>=1.9;
jj:=(3*c+h+l+o)/6;
var1:=dma(jj,0.2);
tj1:=vol=hhv(vol,10) and vol>2*ref(vol,1) and close>var1 and c>ref(c,1);
ljl:=filter(tj1,3);
**線:=ref(low,barslast(ljl));
**柱:=filter(tj1,3);
sr1:=ref(high,10)=hhv(high,2*10+1);
sr2:=filter(sr1,10);
sr3:=backset(sr2,10+1);
hd:=filter(sr3,10);
前高:=ref(h,barslast(hd));
突破前高:=cross(c,前高);
倍量過左峰:= 突破前高 and 倍量;
t7:=ref(vol,6)/ref(vol,7)>=2;
t6:=ref(vol,5)/ref(vol,6)>=2;
t5:=ref(vol,5)/ref(vol,4)>=1.5;
t4:=ref(vol,4)/ref(vol,3)>=1.5;
t3:=ref(vol,2)/ref(vol,3)>=1.5;
t1:=v/ref(vol,1)>2;
t0:=c>o and c>ref(c,1);
凹口起柱:= t7 and t1 and t0
or t6 and t1 and t0
or t5 and t1 and t0
or t4 and t1 and t0
or t3 and t1 and t0 ;
akqz:= **柱 and 凹口起柱;
x:=21;
tty:=h;
aat:=ref(tty,x)=hhv(tty,2*x+1);
bbt:=filter(aat,x);
cct:=backset(bbt,x+1);
hd10t:=filter(cct,x);
前期高位:=ref(h,barslast(hd10t));
tpqg:= **柱 and 倍量過左峰 and c>前期高位;
回踩**線: (count(tpqg,10) or count(akqz,10))
and count(cross(**線*1.01,l),3)>0 and l>=**線
and c>ref(c,1) and ref(c,2)>ref(c,1) and count(ljl,3)=0;
長陰短柱: c/ref(c,1)<0.95 and v
nn:=3;
ll0:=0;
l0:=ll0/100;
l1:=abs(l-ref(l,1))<=l0;
l2:=abs(l-ref(l,2))<=l0;
l3:=abs(l-ref(l,3))<=l0;
l4:=abs(l-ref(l,4))<=l0;
l5:=abs(l-ref(l,5))<=l0;
精準線:=l1 or l2 or l3 or l4 or l5;
底精準: filter(精準線,nn),colorcyan;
異向並肩精準: min(o,c)=ref(max(o,c),1) ;
fdx:=peak(1,10,1);;
tj:=between(ma(h,3),fdx*0.997,fdx*1.02);
咬住峰頂線: count(tj,3)>=2,colorlired;
芙蓉出水戰法附選股公式
出水芙蓉是 與 結合的產物,指橫盤整理或 過程當中,某天一根長陽線突破短期 系統 如5日 10日 20日 ,即形成出水芙蓉。 技術要點 1...
突破年線選股法,選底部起漲牛股!(附選股公式)
年線的重要性總是被很多投資者忽略,選股的時候完全考慮年線,也就是250日 ,今天就跟大家說說年線的重要性! 先看圖直觀的有一個感受 只要股價...
黑馬偵測器 量比!(附選股公式)
量比選股。量比屬於成交量範疇的指標。就是當日場內每分鐘平均成交量與過去五日每分鐘平均成交量的比值。量比大就說明最近或者當日放量明顯。量比是市場技術分析最常見的參考指標,量比與換手相比,量比會更加重要,所有好股異動基本上是逃不過量比的法眼,號稱 黑馬偵測器 。 從定義我們就可以看出,量比數值越大,就表...