23评论

0收藏

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

avatar ly29929185 | 4965 人阅读 | 23 人评论 | 2011-09-21

//+------------------------------------------------------------------+
  //|                                                     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);
    }
  //+------------------------------------------------------------------+
""
还没有人打赏,支持一下

评论|共 23 个

慢慢的不着急

发表于 2012-11-22 00:05:51 | 显示全部楼层

ding   支持  

newer

发表于 2012-11-22 00:05:51 | 显示全部楼层

ea编程高手有偿开发MT4指标和ea系统,并有稳定盈利ea出售,非大资金勿扰  

dutus1

发表于 2012-11-22 00:05:51 | 显示全部楼层

帮你项项吧  

慢慢的不着急

发表于 2012-11-22 00:05:51 | 显示全部楼层

楼主,支持!  

怀秋

发表于 2012-11-22 00:05:51 | 显示全部楼层

呵呵,等着就等着....  

机器人

发表于 2012-11-22 00:05:51 | 显示全部楼层

一个子 没看懂  

oxp

发表于 2012-11-22 00:05:51 | 显示全部楼层

应该加分  

loopoo

发表于 2014-11-26 18:45:21 | 显示全部楼层

看看吧,谢谢分享

pldcr

发表于 2014-11-30 18:45:42 | 显示全部楼层

xiexiefenxiang

123下一页
您需要登录后才可以回帖 登录 | 注册 微信登录

EA之家评论守则