比特币通信协议 - 币圈消息

比特币通信协议篇11、二、TURN简介。在典型的情况下,TURN客户端连接到内网中,并且通过一个或者多个NAT到 详细

求能用在mt4上的多空线指标dkx

  [复制链接]
501 14
tongren 发表于 2018-1-11 18:19:24 | 只看该作者 |阅读模式 打印 上一主题 下一主题
求能用在mt4上的多空线指标(DKX)。
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论14

跳转到指定楼层
沙发
9999 发表于 2018-1-11 19:34:33 | 只看该作者
#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:13 | 只看该作者

用不了啊
地板
kirin0032 发表于 2018-1-11 21:44:10 | 只看该作者

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

5#
mc828838 发表于 2018-1-11 22:57:39 | 只看该作者
帮你顶一下
6#
tanqingyuye 发表于 2018-1-11 23:41:35 | 只看该作者
帮你顶一下
7#
chaicof 发表于 2018-1-11 23:54:27 | 只看该作者
幫頂求指標
8#
lawrencehang 发表于 2018-1-12 01:30:54 | 只看该作者
我也在找,哪位大哥帮忙有吗?
9#
rjtabc 发表于 2018-1-12 02:22:53 | 只看该作者
赚积分了。。。。
10#
信仰随风飘散 发表于 2018-1-12 04:01:53 | 只看该作者
同求。。。。。。。。。。。。。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

Powered by 顺水鱼MT4外汇EA网! X3.2© 2001-2017 顺水MT4外汇EA公司.( 陕ICP备17014341号-1