顺水外汇EA交易网MT4

标题: 求能用在mt4上的多空线指标dkx [打印本页]

作者: tongren    时间: 2018-1-11 18:19
标题: 求能用在mt4上的多空线指标dkx
求能用在mt4上的多空线指标(DKX)。
作者: 9999    时间: 2018-1-11 19:34
#property indicator_chart_window
#property indicator_buffers 3
#property indicator_color1 blue
#property indicator_color2 Yellow
#property indicator_color3 Red
extern int iMaPeriod = 10;
extern int iSep = 30;
double g_ibuf_84[];
double g_ibuf_88[];
double g_ibuf_92[];
int init() {
   SetIndexStyle(0, DRAW_LINE);
   SetIndexStyle(1, DRAW_LINE);
   IndicatorDigits(Digits + 1);
   SetIndexStyle(2, DRAW_LINE);
   SetIndexBuffer(0, g_ibuf_84);
   SetIndexBuffer(1, g_ibuf_88);
   SetIndexBuffer(2, g_ibuf_92);
   IndicatorShortName("DKX(" + iMaPeriod + ")");
   SetIndexLabel(0, "MID");
   SetIndexLabel(1, "DKX");
   SetIndexLabel(2, "DKXMa");
   return (0);
}
int deinit() {
   return (0);
}
int start() {
   double ld_4 = 0;
   int li_12 = IndicatorCounted();
   if (li_12  0) li_12--;
   int li_0 = Bars - li_12;
   for (int li_16 = 0; li_16 < li_0; li_16++) {
      g_ibuf_84[li_16] = (3.0 * Close[li_16] + Low[li_16] + Open[li_16] + High[li_16]) / 6.0;
      Print(li_16 + ":  " + g_ibuf_84[li_16]);
   }
   for (li_16 = 0; li_16 < li_0; li_16++) {
      ld_4 = 0;
      for (int l_count_20 = 0; l_count_20 < 20; l_count_20++) ld_4 += (20 - l_count_20) * (g_ibuf_84[l_count_20 + li_16]);
      g_ibuf_88[li_16] = ld_4 / 210.0;
      Print("DKX:" + li_16 + "  " + g_ibuf_88[li_16]);
   }
   for (li_16 = 0; li_16 < li_0; li_16++) g_ibuf_92[li_16] = iMAOnArray(g_ibuf_88, Bars, iMaPeriod, 0, MODE_SMA, li_16);
   return (0);
}
================================================
http://www.520fx.com/home.php?mod=space&uid=65547&do=index


作者: tongren    时间: 2018-1-11 20:52

用不了啊
作者: kirin0032    时间: 2018-1-11 21:44

就在你帖子的上面一个帖子


作者: mc828838    时间: 2018-1-11 22:57
帮你顶一下
作者: tanqingyuye    时间: 2018-1-11 23:41
帮你顶一下
作者: chaicof    时间: 2018-1-11 23:54
幫頂求指標

作者: lawrencehang    时间: 2018-1-12 01:30
我也在找,哪位大哥帮忙有吗?
作者: rjtabc    时间: 2018-1-12 02:22
赚积分了。。。。
作者: 信仰随风飘散    时间: 2018-1-12 04:01
同求。。。。。。。。。。。。。
作者: kirin0032    时间: 2018-1-12 04:40
这位大哥~我已经发帖了~去下载吧~
作者: 梦不觉    时间: 2018-1-12 05:11
支持楼主,顶起

作者: tok    时间: 2018-1-12 06:40
感谢分享。。。。。

作者: 黄金矿工    时间: 2018-1-12 06:48
帮你顶一下
作者: tanqingyuye    时间: 2018-1-12 06:57
支持一下,顶了




欢迎光临 顺水外汇EA交易网MT4 (http://waterforex.com/) Powered by Discuz! X3.2