伊人国产在线视频,亚洲欧美日本国产一区二区三区,日韩乱视频,精品成人一区二区,a在线亚洲男人的天堂试看,国产成人精品系列在线观看,免费精品精品国产欧美在线

【大智慧】變色K柱主圖指標(biāo)公式

2016.01.06 23:13

DRAWTEXTREL(480{左右},65{高低},’〖操盤專用〗’),color9ACD32;
DRAWTEXTREL(340,130,’高開高走為一根紅柱,高開低走收紅為黃柱,高開低走收綠為上黃下綠柱,’),Color8285FF;
DRAWTEXTREL(340,165,’低開低走收綠藍(lán)色,低開高走收綠淡藍(lán)色柱,低開高走收紅下淡藍(lán)上紅柱。’),Color8285FF;
{DRAWTEXTABS}DRAWTEXTREL(16,950,STKLABEL+’ ※’+STKNAME+’ ‘+BKNAME),LINETHICK2,COLOR00FFFF;
工作14日線:EMA(CLOSE,14),colorgreen,linethick1;
持股35日線:EMA(CLOSE,35),colorred,linethick2;
IF BARSTATUS=2 and v>ref(v,1) and ma(v,5)>ref(ma(v,5),1) THEN
DRAWTEXTREL(698,950,’※ 今日成交量大于昨日,且有繼續(xù)增大趨勢!’),LINETHICK2,Color8285FF;
IF BARSTATUS=2 and vref(ma(v,5),1) THEN
DRAWTEXTREL(698,950,’※ 今日成交量小于昨日,但有放大跡象!’),LINETHICK2,Color8285FF;
IF BARSTATUS=2 and v>ref(v,1)and ma(v,5) DRAWTEXTREL(698,950,’※ 今日成交量大于昨日, 但有縮小跡象!’),LINETHICK2,Color8285FF;
IF BARSTATUS=2 and v DRAWTEXTREL(698,950,’※ 今日成交量小于昨日,且有縮小跡象!’),LINETHICK2,Color8285FF;
X1:=(C+L+H)/3;
BB13:=ATAN(EMA(X1,13)-REF(EMA(X1,13),1))*3.1416*10;
EMA8:=EMA(C,8);
DRAWTEXT(FILTER(BB13>1 AND EMA(X1,13)>REF(EMA(X1,8),1),10),EMA8,’∠45上升’),COLORWHITE;
AA1:=AMOUNT/V;
BB1:=L CC1:=(C-REF(C,1))/REF(C,1)*100>1.2;
DD1:=L EE1:=V FF1:=BB1 AND CC1 AND DD1 AND EE1;
DRAWTEXT(FF1,(LOW* 0.96),’老鼠倉’),COLOR4080FF;
A51:=3*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1)-2*SMA((C-LLV(L,55))/(HHV(H,55)-LLV(L,55))*100,5,1);
黑馬線:=EMA(A51,5);
A54:=((C-LLV(L,21))/(HHV(H,21)-LLV(L,21)))*100;
趨勢線:=(MA(3*SMA(A54,6,1)-2*SMA(SMA(A54,5,1),5,1),2));
DRAWTEXT(CROSS(趨勢線,0) AND 黑馬線<40,(LOW * 0.96),'▲大黑馬'),COLORYELLOW;
LC:=REF(CLOSE,1);
RSI:=((SMA(MAX((CLOSE – LC),0),3,1) / SMA(ABS((CLOSE – LC)),3,1)) * 100);
FF:=EMA(CLOSE,3);
MA15:=EMA(CLOSE,21);
DRAWTEXT(CROSS(FF,MA15),(LOW * 0.96),’底背離’),COLORA6E500;
DRAWTEXT(CROSS(88,RSI),(HIGH * 1.04),’頂背離’),COLOR1880FF;
VAR2:=LLV(LOW,27);
VAR3:=HHV(HIGH,34);
VAR4:=EMA((CLOSE-VAR2)/(VAR3-VAR2)*4,4)*25;
注意買:=IF((VAR4<10),80,100);
RSV:=(C-LLV(L,9))/(HHV(H,9)-LLV(L,9))*100;
K:=SMA(RSV,3,1);
D:=SMA(K,3,1);
J:=3*K-2*D;
超跌:=IF(J<0,10,0);
BDDD:=LLV(J,2)=LLV(J,8);
買入:=IF(CROSS(J,REF(J+0.01,1)) AND BDDD AND J<20,30,0);
DRAWTEXT(買入 AND 注意買=100 AND 超跌=0,LOW*0.96,’短線’),COLOR8000FF;
MTM:=C-REF(C,1);
DX:=100*EMA(EMA(MTM,6),6)/EMA(EMA(ABS(MTM),6),6);
買:=IF(LLV(DX,2)=LLV(DX,7) AND COUNT(DX<0,2) AND CROSS(DX,MA(DX,2)),1,0);
DRAWTEXT(FILTER(買=1,5),LOW*0.96,’拉升’),COLORFFDE00;
{高開低走收紅}
STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,8,0),color0033ff;
STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,7,0),color0066ff;
STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,5.8,0),color0099ff;
STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,4.4,0),color00bbff;
STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,2.8,0),color00ddff;
STICKLINE(open>=CLOSE and close>=REF(CLOSE,1),close,open,1,0),color00ffff;
{概念股網(wǎng)-股票公式網(wǎng)站 www.chiang1015.com}
{高開高走收紅}
STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,8,0),color000055;
STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,7,0),color000077;
STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,5.8,0),color000099;
STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,4.4,0),color0000bb;
STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,2.8,0),color0000dd;
STICKLINE(open>=REF(CLOSE,1) and close>=REF(CLOSE,1) and open<=close,open,close,1,0),color0000ff;
{高開低走收綠}
STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close {高開低走收綠}
STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close STICKLINE(open>=REF(CLOSE,1) and close {低開低走收綠}
STICKLINE(open STICKLINE(open STICKLINE(open STICKLINE(open STICKLINE(open STICKLINE(open {低開高走收綠}
STICKLINE(close>open and close<=REF(CLOSE,1),open,close,8,0),colorff5500;
STICKLINE(close>open and close<=REF(CLOSE,1),open,close,7,0),colorff7700;
STICKLINE(close>open and close<=REF(CLOSE,1),open,close,5.8,0),colorff9911;
STICKLINE(close>open and close<=REF(CLOSE,1),open,close,4.4,0),colorffbb22;
STICKLINE(close>open and close<=REF(CLOSE,1),open,close,2.8,0),colorffdd33;
STICKLINE(close>open and close<=REF(CLOSE,1),open,close,1,0),colorffff33;
{低開高走收紅}
STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open {低開高走收紅}
STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open STICKLINE(close>REF(CLOSE,1) and open

 

0 0 0

數(shù)字時代的手工藝人

我要投稿

申明:本文為作者投稿或轉(zhuǎn)載,在概念股網(wǎng) http://www.chiang1015.com/ 上發(fā)表,為其獨立觀點。不代表本網(wǎng)立場,不代表本網(wǎng)贊同其觀點,亦不對其真實性負(fù)責(zé),投資決策請建立在獨立思考之上。

< more >

ABCDEFGHIJKLMNOPQRSTUVWXYZ0-9
暫無相關(guān)概念股
暫無相關(guān)概念股
go top