当前位置:→ 股海网通达信公式 → 正文
  • mt4用的suppertrent的配合指标

  • 相关简介:mt4用的suppertrent的配合指标 //+------------------------------------------------------------------+ //| Trigger Line | //| 

  • 文章来源:股海网作者:股海网发布时间:2012-12-27浏览次数:下载次数:0

mt4用的suppertrent的配合指标

//+------------------------------------------------------------------+
 //|                                                     Trigger Line |
 //|                             Copyright ?2005 dwt5 and adoleh2000 |
 //|                                                                 |
 //+------------------------------------------------------------------+
 #property  copyright "Copyright ?2005 dwt5 and adoleh2000 "
 #property  link      "http://www.metaquotes.net/"
 
//---- indicator settings
 #property  indicator_chart_window
 #property  indicator_buffers 4           
 #property indicator_color1 Red     
 #property indicator_color2 Yellow
 #property indicator_color3 HotPink
 #property indicator_color4 Aqua
 
//---- buffers
 double ExtMapBuffer1[];
 double ExtMapBuffer2[];
 double ExtMapBuffer3[];
 double ExtMapBuffer4[];
 
int width;
 
extern int Rperiod = 50;
 extern int LSMA_Period = 50;
 int Draw4HowLong;
 int shift;
 int i;
 int j;
 int loopbegin;
 int length;
 int lsma_length;
 
double lengthvar;
 double tmp ;
 double tmp2 ;
 double wt[];
 double sum[];
 double lsma_sum[];
 double lsma_ma[];
 double middle[];
 int c;
 
//+------------------------------------------------------------------+
 //| Custom indicator initialization function                         |
 //+------------------------------------------------------------------+
 int init()
   {
 //---- 7 additional buffers are used for counting.
    IndicatorBuffers(7);  
   
 //---- drawing settings
   
    SetIndexBuffer(0,ExtMapBuffer1);
    SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1);
   
    SetIndexBuffer(1,ExtMapBuffer2);
    SetIndexStyle(1,DRAW_LINE,STYLE_SOLID,1);
   
    SetIndexBuffer(2,ExtMapBuffer3);
    SetIndexStyle(2,DRAW_LINE,STYLE_SOLID,1);
   
    SetIndexBuffer(3,ExtMapBuffer4);
    SetIndexStyle(3,DRAW_LINE,STYLE_SOLID,1);
   
   
   
    SetIndexBuffer(4,sum);       
    SetIndexBuffer(5,wt);        
    SetIndexBuffer(6,lsma_ma);
   
 //---- initialization done
    return(0);
   }
 
int start()
 
  {   Draw4HowLong = Bars-Rperiod - 5;                            //Rperiod = 20
       length = Rperiod;                                           //length now = 20 
       lsma_length = LSMA_Period;
       loopbegin = Draw4HowLong - length - 1;  
      
 
      for(shift = loopbegin; shift >= 0; shift--)  //  MAIN For Loop
       {
         sum[1] = 0;                                             
         for(i = length; i >= 1  ; i--)             //LSMA loop
          {
          lengthvar = length + 1;                               //lengthvar = 21 
          lengthvar /= 3;                                       //lengthvar = 7
          tmp = 0;
          tmp = ( i - lengthvar)*Close[length-i+shift];         //tmp = 20 - 7 * close[20-i+shift]
          sum[1]+=tmp;
          }
          wt[shift] = sum[1]*6/(length*(length+1)); 
          j = shift;
          lsma_ma[shift] = wt[j+1] + (wt[j]-wt[j+1])* 2/(lsma_length+1);
  
                          
 //========== COLOR CODING ===========================================                      
        
        
             ExtMapBuffer1[shift] = wt[shift];
            ExtMapBuffer2[shift] = lsma_ma[shift];
            ExtMapBuffer3[shift] = wt[shift];
            ExtMapBuffer4[shift] = lsma_ma[shift];
           
            
            
             if (wt[shift]  < lsma_ma[shift])
             {
                 ExtMapBuffer4[shift] = EMPTY_VALUE;
                 ExtMapBuffer3[shift] = EMPTY_VALUE;
            }         
       
         }
   }
 //+------------------------------------------------------------------+

mt4用的suppertrent的配合指标

 

 ☟问题反馈 ☞┄┄┄┄┄┄┄┄┄┄→收藏资源:

mt4用的suppertrent的配合指标

  • 下载资源所需积分

    0

  • 当前拥有积分

    0

上传会员: 
股海网
文件大小: 
Bytes
上传时间: 
2012-12-27
下载积分: 
-
免责声明: 
请仔细阅读并同意后才能下载
本附件为用户分享上传,股海网没有对文件进行验证,不能保证下载资源的准确性、安全性和完整性,也不保证下载资源能正常安装和使用,且下载后扣除的积分无法退还,除非您充分理解并完全接受本声明,否则您无权下载。
本站对提供下载的软件、指标、资料等不拥有任何权利,其版权归该下载资源的合法拥有者所有。本附件仅供学习和研究使用,不得用于商业或者非法用途,如有侵犯您的版权, 请参看 《股海网侵权处理流程》《股海网免责声明条款》
点击下载无反应时,更换主流浏览器重新登录操作,如360浏览器、Edge浏览器、谷歌浏览器,个别浏览器有不兼容现象。
勾选以下表示您已经阅读并同意以上声明才能下载本文件,扣除积分无法退还!
我已阅读所有条款规定, 请点我同意 所有条款内容!我自愿下载!
提示:如下载失败,请点关闭刷新此页面或提交问题反馈给管理员→
关闭

关于我们 - 联系我们 - 隐私政策 - 免责声明 - 下载帮助 - 广告合作 - SiteMap - TOP
增值电信业务经营ICP许可证:湘B2-20210269 湘ICP备09016573号-10 湘公网安备43108102000040号
Copyright © 2021 铭网科技,All Rights Reserved.