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

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

请牛版添加一个交叉报警,谢谢

  [复制链接]
507 14
Tomi.wang 发表于 2018-1-11 11:57:41 | 只看该作者 |阅读模式 打印 上一主题 下一主题
/*+-------------------------------------------------------------------+
  |                                                          iMAX.mq4 |
  |                                                                   |
  | "Modified Optimum Elliptic Filter"                                |
  | Source of calculations:                                           |
  | Stocks & Commodities vol 18:7 p20-29                              |
  | Optimal Detrending by John F. Ehlers                              |
  |                                                                   |
  |                                                    Coded by Wylie |
  |                                              dazzle.html@live.com |
  +-------------------------------------------------------------------+*/
#property copyright "Wylie"
#property link      "dazzle.html@live.com"
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Chocolate
#property indicator_color2 DodgerBlue
#property indicator_width1 2
#property indicator_width2 2
extern int Ph2shiftRed = 1;
int buffers = 2;
int MinBars;
double ExtMapBuffer0[];
double ExtMapBuffer1[];
int init()
{
IndicatorBuffers(2);
// Index Buffer 0
SetIndexBuffer(0,ExtMapBuffer0);
SetIndexShift(0,0);
SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,2,Chocolate);
// Index Buffer 1
SetIndexBuffer(1,ExtMapBuffer1);
SetIndexShift(1,0);
SetIndexStyle(1,DRAW_LINE,STYLE_SOLID,2,DodgerBlue);
IndicatorShortName("iMAX");
MinBars = 20;
return (0);
} // int init()
int start()
{   
if(Bars  0){countedBars--;}
int c,limit = Bars - countedBars - 1;
double x = 0.5;
for(c = limit;c >= 0;c--)
     {ExtMapBuffer0[c] = (0.13785 * (2 * ((High[c]   + Low[c])   * x) - ((High[c+1] + Low[c+1]) * x)))
                       + (0.0007  * (2 * ((High[c+1] + Low[c+1]) * x) - ((High[c+2] + Low[c+2]) * x)))
                       + (0.13785 * (2 * ((High[c+2] + Low[c+2]) * x) - ((High[c+3] + Low[c+3]) * x)))
                       + (1.2103  * ExtMapBuffer0[c + 1] - 0.4867 * ExtMapBuffer0[c + 2]);
      ExtMapBuffer1[c] = ExtMapBuffer0[c+Ph2shiftRed];
     } // for(c = limit;c >= 0;c--)
return (0);  
} // int start()
/*+-------------------------------------------------------------------+
  |                                                                   |
  +-------------------------------------------------------------------+*/
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论14

跳转到指定楼层
沙发
天翊_o39Z9 发表于 2018-1-11 12:04:42 | 只看该作者
谢谢分享
板凳
liujia6611 发表于 2018-1-11 12:39:29 | 只看该作者
没看到哪个编辑处理啊
地板
jiaxuan 发表于 2018-1-11 13:53:21 | 只看该作者

学习学习
5#
落雨 发表于 2018-1-11 14:39:05 | 只看该作者
在震荡下,不也会报警么。。?
6#
349309448 发表于 2018-1-11 15:34:43 | 只看该作者
谢谢分享
7#
colt 发表于 2018-1-11 15:40:30 | 只看该作者
谢谢分享,下来学习学习
8#
stefanlife 发表于 2018-1-11 16:06:33 | 只看该作者
这个可以用吗?
9#
kszhf 发表于 2018-1-11 17:06:02 | 只看该作者
难得的好模板,赞一个
10#
luyi0606 发表于 2018-1-11 18:17:59 | 只看该作者
难得的好模板,赞一个
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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