1樓:匿名使用者
給你一個參考吧,可能不完全符合你的要求,有**演示在下面**裡.
pjj:=dma((h + l + c * 2) / 4,0.9);
jj:=ref(ema(pjj,3),1);
**j:=vol / ((h - l) * 2 - abs(c - o));
xvl:=if(c > o,**j * (h - l),if(c < o,**j * (h - o + (c - l)),vol / 2)) +
if(c > o,0 - **j * (h - c + (o - l)),
if(c < o,0 - **j * (h - l),0 - vol / 2));
hsl:=xvl / 20 / 1.15;
攻擊流量:=hsl * 0.55 + ref(hsl,1) * 0.33 + ref(hsl,2) * 0.22;
gjj:=ema(攻擊流量,8);
lljx:=ema(攻擊流量,3);
流量:lljx,colorc875b7,linethick0;
流量基線:gjj,color00bbbb,linethick0;
stickline(流量 > 0,流量*1000,0,7,0),colorred;
stickline(流量 < 0,流量*1000,0,7,0),colorff4242;
stickline(hsl * 0.4 >= 0,hsl * 0.4 * 1.5*1000,0,0,1),coloryellow;
stickline(hsl * 0.4 < 0,hsl * 0.4 * 1.5*1000,0,0,1),colorgreen;
力度:hsl/1000,color9b37ff,linethick0;
zjll:=ref(lljx,1);
qzjj:=(((lljx - zjll) / zjll) * 100);
流量幅:if(((lljx > 0) and (zjll < 0)),abs(qzjj),if((((lljx < 0) and (zjll < 0)) and (lljx < zjll)),(0 - qzjj),qzjj)),linethick0,colorwhite;
周流量:sum(lljx,5),colorffbfdf,linethick0;
bb:=ref(周流量,1);
zqzjj:=(周流量-bb) *100;
周幅:if(周流量》0 and bb<0,abs(zqzjj),if(周流量<0 and bb<0 and 周流量 輸出:gjj*1000,color00bbbb,linethick0; 怎樣看主力資金流向指標? 2樓:貴海國際平臺 你好,資金流向指標具有明顯的指導意義: 1.當天的資金流向與指數漲跌相反。 比如該板塊全天總體來看指數是**的,但資金流向顯示全天資金淨流入為正。 2. 當天的資金流向與指數漲跌幅在幅度上存在較大背離。 比如全天指數漲幅較高,但實際資金淨流入量很小。 3樓:國信領航配資 你好,一般情況下資金流向與指數漲跌幅走勢非常相近,但在以下兩種情況下,資金流向指標具有明顯的指導意義: 1.當天的資金流向與指數漲跌相反。 比如該板塊全天總體來看指數是**的,但資金流向顯示全天資金淨流入為正。 2. 當天的資金流向與指數漲跌幅在幅度上存在較大背離。 比如全天指數漲幅較高,但實際資金淨流入量很小。 4樓:匿名使用者 門沒關,你自己開啟就可以進來的。48 怎樣看主力資金流向指標? 5樓:大雨裡的小泥鰍 怎麼判斷主力資金的流向 6樓:文筁 主力資金流向,一般的都有統計,同花順可以查查 7樓:匿名使用者 主力資金流向指標這個沒有看過不清楚。 誰有通達信中線主力資金指標公式
20 8樓:誠交天下股友 n:=24; var1:= ema(ema(close,13),13); 控盤指數: (var1-ref(var1,1))/ref(var1,1)*1000,pointdot,colorffcccc; stickline(控盤指數<0,控盤指數,0,2,0),colorgray; 無莊控盤: 控盤指數<0,linethick0,colorgray; stickline(控盤指數》ref(控盤指數,1) and 控盤指數》0 and 控盤指數<3,控盤指數,0,2,1),colorred; stickline(控盤指數》ref(控盤指數,1) and 控盤指數》0 and 控盤指數》3,控盤指數,0,2,1),colorred; stickline(控盤指數》ref(控盤指數,1) and 控盤指數》3,控盤指數,3,4,1),colorff00ff; 主力控盤: 控盤指數》ref(控盤指數,1) and 控盤指數》0,linethick0,colorred; stickline(控盤指數ref(b2,1) and 控盤指數<(-2),coloryellow; drawtext(準備,3,'準備'),coloryellow; b1:= (控盤指數》ref(控盤指數,1) and 控盤指數》0)=1; 開始控盤: b1>ref(b1,1),colormagenta,linethick3; a:=(3*c+l+o+h)/6; x:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+ 14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12) +7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+ ref(a,20))/210; mtm:=c-ref(c,1); dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6); cb:=ema(x,13); 買:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0); drawicon(filter(買=1,5),l*0.11,1); diff:(ema(close,12) - ema(close,26))*20,colorwhite,linethick1; dea:ema(diff,9),coloryellow,linethick1; macd:2*(diff-dea), colorstick; macd1:=2*(diff-dea),colorred,nodraw; macd2:=ema(macd1,3),colorcyan,nodraw; stickline(macd1>macd2 and macd1>0,0,macd1,2,0),colorred; stickline(macd1>macd2 and macd1<0,0,macd1,2,0),coloryellow; stickline(macd1=0); s3:=barslast(cross(diff,dea)); s4:=ref(s3,s3+1); s5:=dea>ref(dea,s4); s6:=dea; 上成立:=cross(diff,dea) and s5; 下成立:=cross(diff,dea) and s6; l1:=(ema(close,3) - ema(close,13)); l2:=ema(l1,9); l3:=barslast(cross(l1,l2)); l4:=ref(l3,l3+1); l5:=l2; 變盤:cross(l1,l2) and l5,nodraw,colord6ff9c; stickline(變盤,5,0,0,1),colord6ff9c; ls:=if(diff>dea and diff>0,1,0); 加速上揚:if(ref(ls=0,1) and ls=1,0.1,0); xg1:cross(macd1,macd2) and macd1<0,nodraw; xg2:cross(diff,dea),nodraw; m1:=macd>ref(macd,1) and diffma(c,55) and count(macd<0,5)>=5,nodraw; drawtext(綠柱短了,macd,'買點來了'); difl:=ema(v,12)-ema(v,26); dif:=ema(c,12)-ema(c,26); bl:=difl>ref(difl,1) and difdea,diff,drawnull),colorff11cc,linethick1; if(diff>dea and diff<0,diff,drawnull),colorred,linethick1; rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100; k:=sma(rsv,3,1); d:=sma(k,3,1); drawtext(filter(d>80,6),h*1.018,'d>80'); drawtext(filter(cross(k,d) and d<26,6),h*0.95,'kd低位金叉'),colorffcccc; stickline(filter(cross(k,d) and d<26,6),h*0.97,h*0.95,4,0),colorffcccc; difff:=ema(close,12) - ema(close,26); deaf :=ema(difff,9); macdd:=2*(difff-deaf); drawtext(filter(cross(difff,deaf) and deaf<0,6),l-0.02,'macd低位金叉'),colorred; stickline(filter(cross(difff,deaf) and deaf<0,6),l-0.02,l-0.1,4,0),color00ff00; drawtext(filter(cross(difff,deaf) and deaf>0,13),h+0.25,'macd下拐點'),coloryellow; stickline(filter(cross(difff,deaf) and deaf>0,13),h+0.02,h+0.12,4,0),colorblue; drawtext(filter(cross(macdd,0),13),l*0.65,'macd上拐點'),colorred; stickline(filter(cross(macdd,0),13),l*0.97,l*0.95,4,0),colorwhite; roc:=(close-ref(close,21))/ref(close,21)*100; drawtext(filter(cross(roc,0),6),l-2.25,'騙線拐點'),colorwhite; stickline(filter(cross(roc,0),6),l-0.02,l-0.15,4,0),colorff00ff; 我是用這個的 每當股價 或者 時,老是有很多股民朋友將主力資金的淨流入或淨流出作為股價走勢判斷的依據。對於主力資金的概念,有很多人不是非常的清楚,以至於經常出現判斷失誤的的情況,虧錢了都還不自知。因此學姐今天的計劃是和大家溝通一下關於主力資金的相關事項,希望能幫助大家瞭解一下。大家可以看完這篇文章,尤其是第二點尤... 可以看每日大單淨量,選擇4格視窗,在新的格子裡打上dde,回車即可 如果想要看詳細的需要付費。每當股價的漲幅有變動的時候,總有不少股民朋友將股價走勢的依據用主力資金的淨流入或淨流出來判斷。其實有很多人並不是特別清楚主力資金的概念,也就不奇怪為什麼容易出現判斷失誤的情況了,虧錢了都沒發覺。今天學姐就來... 的炫音 你說雙下霜上,節奏還真的不錯的呢33 資金迴流是什麼意思? 人淡如菊 資金迴流,就是將已買的東西,重新賣出,所獲得的資金就是資金迴流。企業資金迴流快這樣才能更好使用資金開發新的專案。資金迴流能夠提高信用條件 催收應收賬款等等。美元加息對於全球的資本流動確實產生了很多影響。包括中國在內的新興經...主力資金流入多股價會漲嗎,主力資金流入為什麼一般情況下會使股價上漲?
請問如何在同花順軟體上看主力資金是否進場 看資金量是多少
短期主力資金開始迴流什麼意思,資金迴流是什麼意思?