国产精品理论片在线播放|在线120秒观看视频日本大片|亚洲精品日韩精选|日韩专区一区国产

<ol id="48m5n"><nobr id="48m5n"><kbd id="48m5n"></kbd></nobr></ol>
<sup id="48m5n"></sup>
<s id="48m5n"></s>

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

          大智慧無影手均線實戰(zhàn)圖解指標公式

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

          大智慧無影手均線實戰(zhàn)圖解指標公式:包含未來函數(shù):ZIG

          a1:ema((ema(close,1)+ema(close,3)+ema(close,5))/3,3),colorred;
          a2:ema((ema(close,3)+ema(close,5)+ema( close,7))/3,3),colorred;
          a3:ema((ema(close,5)+ema(close,7)+ema( close,9))/3,3),colorred;
          a4:ema((ema(close,7)+ema(close,9)+ema( close,11))/3,3),colorred;
          a5:ema((ema(close,9)+ema(close,11)+ema( close,13))/3,3),colorred;
          a6:ema((ema(close,11)+ema(close,13)+ema( close,15))/3,3),colorred;
          a7:ema((ema(close,13)+ema(close,15)+ema( close,17))/3,3),colorred;
          a8:ema((ema(close,15)+ema(close,17)+ema( close,19))/3,3),colorred;
          a9:ema((ema(close,17)+ema(close,19)+ema( close,21))/3,3),coloryellow;
          a10:ema((ema(close,19)+ema(close,21)+ema( close,23))/3,3),coloryellow;
          a11:ema((ema(close,21)+ema(close,23)+ema( close,25))/3,3),coloryellow;
          A:ema((EMA(close,29)+EMA(close,31)+EMA(close,33))/3,3),coloryellow;
          B:=REF(A,1);
          drawtext(a>b,(a+b)/2,'★'), COLORff00ff;
          drawtext(a<=b,(a+b)/2,'☆'), COLORgreen;
          {STICKLINE(A>B,A,B,8,0),COLORff00ff;
          STICKLINE(A<=B,A,B,8,1),COLORff0000;}
          a15:a-(a1-a*0.997),colorFF1010;
          a16:a-(a2-a),colorff2010;
          a17:a-(a3-a),colorff3010;
          a18:a-(a4-a),colorff4010;
          a19:a-(a5-a),colorff5010;
          a20:a-(a6-a),colorff6010;
          a21:a-(a7-a),colorff7010;
          a22:a-(a8-a),colorff8010;
          a23:a-(a9-a),colorff9010;
          a24:a-(a10-a),colorffc010;
          a25:a-(a11-a*0.997),colorffe010;
          STICKLINE(open>=close ,O,C,9,0 ),COLORaaaaaa;
          STICKLINE(open>=close ,O,C,6,0 ),COLORbbbbbb;
          STICKLINE(open>=close ,O,C,2.4,0 ),COLORcccccc;
          STICKLINE(open>=close ,O,C,1.1,0 ),COLORdddddd;
          STICKLINE(close>open,O,C,9,0 ),COLOr6666cc;
          STICKLINE(close>open,O,C,6 ,0 ),COLOR7777dd;
          STICKLINE(close>open,O,C,2.4 ,0 ),COLOR8888ee;
          STICKLINE(close>open,O,C,1.1 ,0 ),COLOR9999ff;
          STICKLINE(close>open,open,low,0.5,0 ),COLOR1199ff;
          STICKLINE(close>open,close,HIGH,0.5 ,0 ),COLOR1199ff;
          STICKLINE(open>=close,close,low,0.5 ,0 ),COLORcccccc;
          STICKLINE(open>=close,open,HIGH,0.5 ,0 ),COLORcccccc;
          var31:=hhvbars(zig(3, 19)>ref(zig(3,19),1) and ref(zig(3,19), 1)<ref(zig(3,19), 2),0);
          stickline(var31=2,l*0.95,l*0.98,8,0),color0000ff;
          drawtext(var31=2,l*0.95,'3天'),coloryellow;
          stickline(var31=4,h*1.05,h*1.02,8,0),color9966ff;
          drawtext(var31=4,h*1.06,'5天'),coloryellow;
          stickline(var31=7,l*0.95,l*0.98,8,0),color00ffff;
          drawtext(var31=7,l*0.95,'8天'),coloryellow;
          stickline(var31=12,h*1.05,h*1.02,8,0),colorff33ff;
          drawtext(var31=12,h*1.06,'13天'),coloryellow;
          stickline(var31=20,l*0.95,l*0.98,8,0),color0066ff;
          drawtext(var31=20,l*0.95,'21天'),coloryellow;
          stickline(var31=33,h*1.05,h*1.02,8,0),colorffff00;
          drawtext(var31=33,h*1.06,'34天'),coloryellow;
          stickline(var31=54,l*0.95,l*0.98,8,0),color006600;
          drawtext(var31=54,l*0.95,'55天'),coloryellow;
          stickline(var31=88,h*1.05,h*1.02,8,0),color00ff00;
          drawtext(var31=88,h*1.06,'89天'),coloryellow;
          stickline(var31=143,l*0.95,l*0.98,8,0),colorccffff;
          drawtext(var31=143,l*0.95,'144天'),coloryellow;
          stickline(var31=232 ,h*1.05,h*1.02,8,0),colorff0033;
          drawtext(var31=232,h*1.06,'233天'),coloryellow;
          stickline(var31=376,l*0.95,l*0.98,8,0),colorff9966;
          drawtext(var31=376,l*0.95,'377天'),coloryellow;

          大智慧無影手均線實戰(zhàn)圖解指標公式實例圖解:

          大智慧無影手均線實戰(zhàn)圖解指標公式

          大智慧無影手均線實戰(zhàn)圖解指標公式

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