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

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

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

  [复制链接]
509 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

跳转到指定楼层
15#
guoyoz 发表于 2018-1-11 21:37:28 | 只看该作者
谢谢分享
14#
shidu 发表于 2018-1-11 20:54:47 | 只看该作者
7小时前
民穷财尽,社会破产,国家破产。国有金,吝不与人,为他人藏。此其一。善不能举,恶不能退,利不能兴,害不能除。化善而作贪,使学而为盗。此其二。宫中、府中、梦中,此哭中、彼笑中,外人窥伺中、霄小拨弄中,国际侦探金钱运动中,一举一动,一黜一陟,堕其术中。此其三
13#
silver08 发表于 2018-1-11 19:43:12 | 只看该作者
谢谢分享
12#
别糊里糊涂 发表于 2018-1-11 19:30:15 | 只看该作者
这是个什么东西?
11#
张益达 发表于 2018-1-11 19:12:43 | 只看该作者
这是几日线和几日线啊
10#
luyi0606 发表于 2018-1-11 18:17:59 | 只看该作者
难得的好模板,赞一个
9#
kszhf 发表于 2018-1-11 17:06:02 | 只看该作者
难得的好模板,赞一个
8#
stefanlife 发表于 2018-1-11 16:06:33 | 只看该作者
这个可以用吗?
7#
colt 发表于 2018-1-11 15:40:30 | 只看该作者
谢谢分享,下来学习学习
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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