欧美精品一区二区三区在线-欧美中文字幕无线码视频-五月天丁香小婷婷-亚洲免费精品视频在线一区二区

<dfn id="ykkw2"></dfn>
  • <strike id="ykkw2"><code id="ykkw2"></code></strike>
    <rt id="ykkw2"><small id="ykkw2"></small></rt>
    <center id="ykkw2"></center>
    <rt id="ykkw2"><abbr id="ykkw2"></abbr></rt>
    
    正點財經(jīng)首頁     加入收藏
    指標首頁 通達信指標 同花順指標 大智慧指標 飛狐指標 指標教程 指標實戰(zhàn) 指標百科 股市學(xué)院
    指標源碼搜索: 熱詞:買賣  黑馬  K線  牛股  量能  波段  頂?shù)?/a>  抄底  成本  逃頂  MACD  漲停  換手率
    你的位置: > 正點財經(jīng) > 炒股指標公式 > 大智慧指標公式 > 正文

    大智慧3DBS買賣決策指標公式

    大智慧指標公式源碼概況:
    • 指標類別: 大智慧指標公式
    • 授權(quán)方式: 免費版
    • 指標評級: ★★★★★
    • 指標分類: 均線
    • 畫線方法: 主圖
    • 日期:2019-05-16 來源:互聯(lián)網(wǎng)
    大智慧指標公式源碼介紹:

    大智慧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買賣決策指標公式

    大智慧3DBS買賣決策指標公式

    • 風(fēng)云榜
    • 總點擊榜
    • 最新指標
    月點擊榜指標公式
    更多指標百科
    關(guān)于我們 | 商務(wù)合作 | 聯(lián)系投稿 | 聯(lián)系刪稿 | 合作伙伴 | 法律聲明 | 網(wǎng)站地圖