大智慧3DBS買賣決策指標公式
- 指標類別: 大智慧指標公式
- 授權方式: 免費版
- 指標評級: ★★★★★
- 指標分類: 均線
- 畫線方法: 主圖
- 日期:2019-05-16 來源:互聯(lián)網
大智慧3DBS買賣決策指標公式:
INPUT:Q1(5,0,1000),Q2(10,0,1000),Q3(20,0,1000),Q4(30,0,1000),Q5(60,0,1000),Q6(120,0,1000);
MA1:MA(C,Q1);
MA2:MA(C,Q2);
MA3:MA(C,Q3);
MA4:MA(C,Q4);
MA5:MA(C,Q5);
MA6:MA(C,Q6);
a:="LTFunc4@FORLT2";
s1:="LTFunc4@LT_S1";
hs:="LTFunc4@LT_HS";
ls:="LTFunc4@LT_LS";
p1:="LTFunc4@LT_P1";
upp:="LTFunc4@LT_UPP";
udd:="LTFunc4@LT_UDD";
{hs;ls;hhs;lls;us;ds;s1;p1;p0;upp;udd};
d1:=ema(abs("日線-DDX.ddx"),60);
d2:=max("日線-DDX.ddx"/d1+7.5,7.5);
d3:=min("日線-DDX.ddx"/d1,10);
fb:=if(s1=0,hs,ls);
tr0:=ifs(p1=1,'明日收盤價<'+numtostrn(udd,2)+',出現(xiàn)S點
','若明日收盤價> '+numtostrn(upp,2)+',出現(xiàn)B點
');
tr1:=ifs(s1=1,'明日收盤價<'+numtostrn(ls,2)+',短線賣出機會','若明日收盤價> '+numtostrn(hs,2)+'短線買入機會');
tr2:=ifs(p1=1,ifs(cross(p1,0),'B點','持股'),ifs(cross(1,p1),'S點','持幣'));
tr3:=ifs(s1=0,'向下,','向上,');
tr4:='3.能量級別:'+numtostrn(d3,1)+'級';
bs:=''+datestr(date)+'買賣點決策系統(tǒng)提示
'+'1.BS點:'+tr2+','+tr0+'2.短線:'+tr3+tr1+'
'+tr4;
drawflagtext(1,fb,bs);
DRAWICON(d3>1,LOW,6),align1;
drawbmp(p1=1 and ref(p1,1)=0,l,'buy1.bmp'),align1,valign0;
drawbmp(p1=0 and ref(p1,1)=1,h,'sell1.bmp'),align1,valign2;
drawbmp(s1=1 and ref(s1,1)=0 and (p1+ref(p1,1))<>1,l,'bs.bmp'),align1,valign0;
drawbmp(s1=0 and ref(s1,1)=1 and (p1+ref(p1,1))<>1,h,'ss.bmp'),align1,valign2;
BS決策:=if((p1=1 and ref(p1,1)=0),1,if((p1=0 and ref(p1,1)=1),2,0));
BS短線:=if((s1=1 and ref(s1,1)=0 and (p1+ref(p1,1))<>1),1,if((s1=0 and ref(s1,1)=1 and (p1+ref(p1,1))<>1),2,0));
BS能量:=d3;
IF(BS決策<1 and BS短線<1 and BS能量<1) THEN BEGIN
STICKLINE(p1=1 and c>=o and o<>0,c,o,d2,0),color5454ff;
STICKLINE(p1=1 and c>=o and o<>0,c,o,7.5,0),colorblack;
STICKLINE(p1=1 and c>=o and o<>0,c,c,7.5,0),color5454ff;
STICKLINE(p1=1 and c>=o and o<>0,o,o,7.5,0),color5454ff;
STICKLINE(p1=1 and c>=o and o<>0,o,c,7.5,1),color5454ff;
STICKLINE(p1=1 and c<=o,o,c,7.5,1),color5454ff;
STICKLINE(p1=1 and c<=o,l,c,0.5,1),color5454ff;
STICKLINE(p1=1 and c<=o,h,o,0.5,1),color5454ff;
STICKLINE((p1<>1 or barscount(c)<3) and c>=o,c,o,7.5,1),colorffff54;
STICKLINE((p1<>1 or barscount(c)<3) and c>=o,c,h,0.5,1),colorffff54;
STICKLINE((p1<>1 or barscount(c)<3) and c>=o,l,o,0.5,1),colorffff54;
END;
{金色}
STICKLINE(BS能量>1,C,O,8.3,0),COLOR005555;
STICKLINE(BS能量>1,C,O,6.4,0),COLOR007777;
STICKLINE(BS能量>1,C,O,4.9,0),COLOR009999;
STICKLINE(BS能量>1,C,O,3.4,0),COLOR00BBBB;
STICKLINE(BS能量>1,C,O,1.9,0),COLOR00DDDD;
STICKLINE(BS能量>1,C,O,0.4,0),COLOR00FFFF;
{紅色}
STICKLINE(BS決策=1,C,O,8.3,0),COLOR000088;
STICKLINE(BS決策=1,C,O,6.4,0),COLOR0000AA;
STICKLINE(BS決策=1,C,O,4.9,0),COLOR0000CC;
STICKLINE(BS決策=1,C,O,3.4,0),COLOR0000EE;
STICKLINE(BS決策=1,C,O,1.9,0),COLOR5D5DFF;
STICKLINE(BS決策=1,C,O,0.4,0),COLOR8585FF;
{粉紅色}
STICKLINE(BS短線=1,C,O,8.3,0),COLOR3333FF;
STICKLINE(BS短線=1,C,O,6.4,0),COLOR5555FF;
STICKLINE(BS短線=1,C,O,4.9,0),COLOR7777FF;
STICKLINE(BS短線=1,C,O,3.4,0),COLOR9999FF;
STICKLINE(BS短線=1,C,O,1.9,0),COLORBBBBFF;
STICKLINE(BS短線=1,C,O,0.4,0),COLORDDDDFF;
{藍色}
STICKLINE(BS決策=2,C,O,8.3,0),COLORFF0000;
STICKLINE(BS決策=2,C,O,6.4,0),COLORFF2222;
STICKLINE(BS決策=2,C,O,4.9,0),COLORFF4444;
STICKLINE(BS決策=2,C,O,3.4,0),COLORFF6666;
STICKLINE(BS決策=2,C,O,1.9,0),COLORFF8888;
STICKLINE(BS決策=2,C,O,0.4,0),COLORFFAAAA;
{粉藍色}
STICKLINE(BS短線=2,C,O,8.3,0),COLOR555500;
STICKLINE(BS短線=2,C,O,6.4,0),COLOR777700;
STICKLINE(BS短線=2,C,O,4.9,0),COLOR999900;
STICKLINE(BS短線=2,C,O,3.4,0),COLORBBBB00;
STICKLINE(BS短線=2,C,O,1.9,0),COLORDDDD00;
STICKLINE(BS短線=2,C,O,0.4,0),COLORFFFF00;
大智慧3DBS買賣決策指標公式實例圖解:
大智慧3DBS買賣決策指標公式