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

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

谁知道这两个文件有区别吗?使用效果一样不,谢谢

  [复制链接]
592 13
ggg750075 发表于 2018-1-11 13:25:51 | 只看该作者 |阅读模式 打印 上一主题 下一主题
//+------------------------------------------------------------------+
//|                                                                  |
//|                                   http://ggg750075.blog.163.com/ |
//+------------------------------------------------------------------+
#property copyright   "QQ:283089600————》》》点此文字下载更多指标《《《————微信:G7512G"
#property link        "http://pan.baidu.com/s/1c2wxGzA"
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Orange
#property indicator_color2 SlateBlue
double g_ibuf_76[];
double g_ibuf_80[];
double g_ifractals_84;
double g_ifractals_92;
int g_bars_100;
int init() {
   IndicatorBuffers(2);
   SetIndexArrow(0, 119);
   SetIndexArrow(1, 119);
   SetIndexStyle(0, DRAW_ARROW, STYLE_DOT, 0, Orange);
   SetIndexDrawBegin(0, g_bars_100 - 1);
   SetIndexBuffer(0, g_ibuf_76);
   SetIndexLabel(0, "Resistance");
   SetIndexStyle(1, DRAW_ARROW, STYLE_DOT, 0, SlateBlue);
   SetIndexDrawBegin(1, g_bars_100 - 1);
   SetIndexBuffer(1, g_ibuf_80);
   SetIndexLabel(1, "Support");
   return (0);
}
int start() {
   for (g_bars_100 = Bars; g_bars_100 >= 0; g_bars_100--) {
      g_ifractals_84 = iFractals(NULL, 0, MODE_UPPER, g_bars_100);
      if (g_ifractals_84 > 0.0) g_ibuf_76[g_bars_100] = High[g_bars_100];
      else g_ibuf_76[g_bars_100] = g_ibuf_76[g_bars_100 + 1];
      g_ifractals_92 = iFractals(NULL, 0, MODE_LOWER, g_bars_100);
      if (g_ifractals_92 > 0.0) g_ibuf_80[g_bars_100] = Low[g_bars_100];
      else g_ibuf_80[g_bars_100] = g_ibuf_80[g_bars_100 + 1];
   }
   return (0);
}
//+------------------------------------------------------------------+
//|                                                                  |
//|                                   http://ggg750075.blog.163.com/ |
//+------------------------------------------------------------------+
#property copyright   "QQ:283089600————》》》点此文字下载更多指标《《《————微信:G7512G"
#property link        "http://pan.baidu.com/s/1c2wxGzA"
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Red
#property indicator_color2 Blue
//---- buffers
double v1[];
double v2[];
double val1;
double val2;
int i;
//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+  
int init()
  {
//---- drawing settings
   SetIndexArrow(0, 119);
   SetIndexArrow(1, 119);
//----  
   SetIndexStyle(0, DRAW_ARROW, STYLE_DOT, 1);
   SetIndexDrawBegin(0, i-1);
   SetIndexBuffer(0, v1);
   SetIndexLabel(0,"Resistance");
//----   
   SetIndexStyle(1,DRAW_ARROW,STYLE_DOT,1);
   SetIndexDrawBegin(1,i-1);
   SetIndexBuffer(1, v2);
   SetIndexLabel(1,"Support");
//----
   return(0);
  }
//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
int start()
  {
   i = Bars;
   while(i >= 0)
     {   
       val1 = iFractals(NULL, 0, MODE_UPPER, i);
       //----
       if(val1 > 0)
           v1 = High;
       else
           v1 = v1[i+1];
       val2 = iFractals(NULL, 0, MODE_LOWER, i);
       //----
       if(val2 > 0)
           v2 = Low;
       else
           v2 = v2[i+1];
       i--;
     }   
   return(0);
  }
//+------------------------------------------------------------------+
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论13

跳转到指定楼层
沙发
siung85 发表于 2018-1-11 14:13:00 | 只看该作者
谢谢分享
板凳
ytwlj 发表于 2018-1-11 16:06:21 | 只看该作者
谢谢分享谢谢
地板
hyr6316470 发表于 2018-1-11 17:08:47 | 只看该作者
看看学习了
5#
19860526 发表于 2018-1-11 17:24:08 | 只看该作者
学习学习
6#
丫丫的 发表于 2018-1-11 18:36:15 | 只看该作者
什么东西
7#
丫丫的 发表于 2018-1-11 19:27:23 | 只看该作者

骗子,骗金币的
8#
 楼主| ggg750075 发表于 2018-1-11 19:48:32 | 只看该作者

你以为是给你用的吗,我是求帮助的,看清题目再进来
9#
wbl_1 发表于 2018-1-11 20:45:46 | 只看该作者
终于看完了~~~
10#
wbl_1 发表于 2018-1-11 21:23:15 | 只看该作者
謝謝,希望以後多些
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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