客服热线:18391752892

求教一个自己编的指标在主图上为何无法显示??

   日期:2019-01-12     浏览:891    
马上注册,结交更多好友,下载更多资源

您需要 登录 才可以下载或查看,没有帐号?注册 最近编了个自已的指标,在metaEditor里测试很正常,但就是在MT4里却无论如何也显示不了。请各位高人看一下是什么地方出错了,谢了!!!
 
 //+------------------------------------------------------------------+
 //|                                   chen's avg.mq4 |
 //|                                 stephen chen    |
 //|                                             |
 //+------------------------------------------------------------------+
 #property copyright stephen chen
 
 
 #property indicator_chart_window
 #property indicator_buffers 1
 #property indicator_color1 MediumSpringGreen
 //---- indicator parameters所选择的均线周期为MC_Period
 extern int MC_Period=10;
 
 //---- buffers
 double MCMapBuffer1[];
 //+------------------------------------------------------------------+
 //| Custom indicator initialization function                  |
 //+------------------------------------------------------------------+
 int init()
    {
 //---- indicators
   SetIndexStyle(0,DRAW_LINE);
   SetIndexBuffer(0,MCMapBuffer1);
   IndicatorDigits(MarketInfo(Symbol(),MODE_DIGITS));
   IndicatorShortName( chen's avg
 //----
   return(0);
    }
 //+------------------------------------------------------------------+
 //| Custom indicator deinitialization function               |
 //+------------------------------------------------------------------+
 //int deinit()
    //{
 //----
   
 //----
   //return(0);
    //}
 //+------------------------------------------------------------------+
 //| Custom indicator iteration function                     |
 //+------------------------------------------------------------------+
 int start()
    {
   int limit;
   int counted_bars=IndicatorCounted();
   int k ;
   double quan[];
   double jia_lian[];
 //---- last counted bar will be recounted
   if(counted_bars 0) counted_bars--;
   limit=Bars-counted_bars-MC_Period;
 //----
   for(int i=0; i
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!


特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关行情快递
推荐行情快递
点击排行