客服热线:18391752892

不知道错那了请个位帮看看加MT4主图

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

您需要 登录 才可以下载或查看,没有帐号?注册 //+------------------------------------------------------------------+
 //|                                   88888888.mq4 |
 //|               Copyright ?2009, metaQuotes Software Corp. |
 //|                 api.*.mq4=$(SciteDefaultHome)apimq4.api |
 //+------------------------------------------------------------------+
 #property copyright Copyright ?2009, metaQuotes Software Corp.
 #property link      api.*.mq4=$(SciteDefaultHome)apimq4.api
 
 #property indicator_chart_window
 #property indicator_buffers 1
 #property indicator_color1 Red
 //---- input parameters
 extern string    FL:MA(CLOSE,17)+ABS(MA(CLOSE,17)-REF(MA(CLOSE,17),1)),colorf4e2;
 //---- buffers
 double ExtMapBuffer1[];
 //+------------------------------------------------------------------+
 //| Custom indicator initialization function                  |
 //+------------------------------------------------------------------+
 int init()
    {
 //---- indicators
   SetIndexStyle(0,DRAW_LINE);
   SetIndexBuffer(0,ExtMapBuffer1);
 //----
   return(0);
    }
 //+------------------------------------------------------------------+
 //| Custom indicator deinitialization function               |
 //+------------------------------------------------------------------+
 int deinit()
    {
 //----
   
 //----
   return(0);
    }
 //+------------------------------------------------------------------+
 //| Custom indicator iteration function                     |
 //+------------------------------------------------------------------+
 int start()
    {
   int    counted_bars=IndicatorCounted();
 //----
   
 //----
   return(0);
    }
 //+------------------------------------------------------------------+
外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!


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


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