微信扫一扫 分享朋友圈

已有 74 人浏览分享

开启左侧

多空线,金叉做多,死叉做空

[复制链接]
74 0
多空线,金叉做多,死叉做空
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 clrMagenta
#property indicator_width1 2
#property indicator_color2 clrYellow
#property indicator_width2 2
//--- buffers
double a[];
double b[];
double d[];
extern int mx=10;  

//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
  {
//---- indicators
   IndicatorBuffers(8);
   SetIndexStyle(0,DRAW_LINE);
   SetIndexBuffer(0,b);
   SetIndexStyle(1,DRAW_LINE);
   SetIndexBuffer(1,d);
   SetIndexBuffer(2,a);


   IndicatorShortName("DKX");
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function                       |
//+------------------------------------------------------------------+
int deinit()
  {
//----

//----
   return(0);
  }
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int start()
  {


   int    counted=IndicatorCounted();
   if(counted

if(counted>0)counted--;
   int i=Bars-counted;
   for(int m=0;m[i]
   {
   a[m]=(3*Close[m]+Low[m]+Open[m]+High[m])/6;
   }

   for(m=0;m[i]
   {
   b[m]=(20*a[m]+19*a[m+1]+18*a[m+2]+17*a[m+3]+16*a[m+4]+15*a[m+5]+14*a[m+6]
   +13*a[m+7]+12*a[m+8]+11*a[m+9]+10*a[m+10]+9*a[m+11]+8*a[m+12]
   +7*a[m+13]+6*a[m+14]+5*a[m+15]+4*a[m+16]+3*a[m+17]+2*a[m+18]+
   a[m+20])/210;  
   }


   for(m=0;m[i]
   {
   d[m]=iMAOnArray(b,0,mx,0,MODE_SMA,m);
   }

   return(0);
  }

大家在看了小编以上对"多空线,金叉做多,死叉做空"的介绍后应该都清楚了吧,希望对大家做单有所帮助。如果大家还想要下载更多有关"多空线,金叉做多,死叉做空"的相关EA源码,敬请关注汇探网下载。我们会持续更新交易系统,EA源码。

举报 使用道具

回复
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

精彩推荐
热门资讯
网友晒图
图文推荐
  • 联系我们
  • 邮箱:1912582076#qq.com(请把#改成@)
  • 电话:400-178-8526
  • QQ客服 1912582076
  • 工作时间:周一至周五(早上9点至下午5:30点)
  • 微信公众平台

  • 客服微信号

QQ|外汇EA|炒外汇论坛|外汇ea|汇探网 |网站地图

GMT+8, 2026-3-20 05:59 , Processed in 0.227921 second(s), 29 queries .

Powered by 汇探网 免责申明:本平台仅提供 外汇ea, 外汇指标模板所有产品及展示信息均由第三方发布提供.|投资有风险,交易需谨慎.

Copyright © 2014-2023, 汇探网-提供 外汇MT4指标,外汇EA下载,外汇交易系统,外汇开户赠金视频教程,外汇软件工具等.版权所有,复制必究.