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

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

请牛版帮忙加一个箭头报警功能,最好也能加上邮件推送

  [复制链接]
535 14
Tomi.wang 发表于 2018-1-11 13:26:52 | 只看该作者 |阅读模式 打印 上一主题 下一主题
//+------------------------------------------------------------------+
//|                                                    MA_BBands.mq4 |
//|                   Copyright 2005-2014, MetaQuotes Software Corp. |
//|                                              http://www.mql4.com |
//|                                        E-MAIL:553568283@qq.com    |
//+------------------------------------------------------------------+
#property copyright   "2005-2014, MetaQuotes Software Corp."
#property link        "http://www.mql4.com"
#property indicator_chart_window
#property indicator_buffers 5
#property indicator_color1 White
#property indicator_color2 White
#property indicator_color3 Blue
#property indicator_color4 Red
#property indicator_color5 Yellow
#property  indicator_width1  2
#property  indicator_width2  2
#property  indicator_width3  1
#property  indicator_width4  1
#property  indicator_width5  1
extern int MoveShift = 12;
extern int MAPeriod = 9 ;
extern int OsMA = 3 ; //or 2
extern int Dist2 = 20 ;
//-------------------------
extern double Std = 0.4 ; //or 0.5
extern int BPeriod = 20 ;
//-------------------------
double ExtMapBuffer1[];
double ExtMapBuffer2[];
double ExtMapBuffer3[];
double ExtMapBuffer4[];
double ExtMapBuffer5[];
//-------------------
int init()
  {
   IndicatorBuffers(5);
   SetIndexStyle(0,DRAW_LINE);
   SetIndexBuffer(0,ExtMapBuffer1);
   SetIndexStyle(1,DRAW_LINE);
   SetIndexBuffer(1,ExtMapBuffer2);
   SetIndexStyle(2,DRAW_ARROW);
   SetIndexArrow(2,233);
   SetIndexBuffer(2,ExtMapBuffer3);
   SetIndexEmptyValue(2,0.0);
   SetIndexStyle(3,DRAW_ARROW);
   SetIndexArrow(3,234);
   SetIndexBuffer(3,ExtMapBuffer4);
   SetIndexEmptyValue(3,0.0);
   SetIndexStyle(4,DRAW_LINE);
   SetIndexBuffer(4,ExtMapBuffer5);   
   return(0);
  }
//----------------------------------------
int deinit()
  {return(0);}
//----------------------------------------
int start()
  {
  Comment( " MA_BBands_USDJPY_M5" );  
    int counted_bars=IndicatorCounted();   
    if(counted_bars0) counted_bars--;
    int limit=Bars-counted_bars;   
    double OsMA_Now, OsMA_Pre;
    for(int i=limit-1; i>=0; i--)   
     {           
           double MAUP1 = iMA(NULL,0,MAPeriod,-MoveShift,MODE_SMA,PRICE_HIGH,i);
           double BB_UP = iBands(NULL,0,BPeriod,Std,0,PRICE_HIGH,MODE_UPPER,i);
           double MA_HIGH = iMA(NULL,0,4,0,MODE_LWMA,PRICE_HIGH,i);  
           double MADN1 = iMA(NULL,0,MAPeriod,-MoveShift,MODE_SMA,PRICE_LOW,i);
           double BB_DN = iBands(NULL,0,BPeriod,Std,0,PRICE_LOW ,MODE_LOWER,i);
           double MA_LOW = iMA(NULL,0,4,0,MODE_LWMA,PRICE_LOW,i);  
          if (MAUP1>BB_UP) {ExtMapBuffer1[i]=MAUP1+Dist2*Point; BB_UP=EMPTY_VALUE ;}     
          else if (MAUP1[B]0.0 )
         {
          if ( MADN1[B]BB_DN) { ExtMapBuffer2[i]=BB_DN ; MADN1=EMPTY_VALUE ; }
         }
         if (MADN1 ==0.0 ) { ExtMapBuffer2[i]=BB_DN; MADN1=EMPTY_VALUE ;}         
//------------------------------------------------------------      
       OsMA_Now = iOsMA(NULL,0,5,9,OsMA,PRICE_CLOSE,i) ;
       OsMA_Pre = iOsMA(NULL,0,5,9,OsMA,PRICE_CLOSE,i+1) ;
//-------------------
        if((OsMA_Now>0 && OsMA_Pre0) && (MA_HIGH > ExtMapBuffer1[i]) && (High[i] > ExtMapBuffer1[i]) )
       {
        ExtMapBuffer4[i+1] = High[i]+30*Point;
       }  
       ExtMapBuffer5[i] = (ExtMapBuffer1[i] +ExtMapBuffer2[i])/2.0 ;
     }
   return(0);
   RefreshRates();
  }
//--------------------------------
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论14

跳转到指定楼层
沙发
 楼主| Tomi.wang 发表于 2018-1-11 13:31:54 | 只看该作者

感谢!!!!
板凳
最后一片叶子 发表于 2018-1-11 14:35:32 | 只看该作者
的点点滴滴多多多多多多多多多多多多多多多
地板
xingjie1689 发表于 2018-1-11 15:01:20 | 只看该作者
这个要看看,ddd
5#
大王叫我来巡山 发表于 2018-1-11 15:30:00 | 只看该作者
鉴定完毕
6#
大王叫我来巡山 发表于 2018-1-11 16:16:58 | 只看该作者
2楼算报警了嘛?
7#
lifebox928 发表于 2018-1-11 17:11:16 | 只看该作者
厉害厉害啊
8#
wbl_1 发表于 2018-1-11 17:20:49 | 只看该作者
谢谢分享!!
9#
wbl_1 发表于 2018-1-11 18:13:04 | 只看该作者
很精典,谢谢! 难得的好贴
10#
wbl_1 发表于 2018-1-11 18:26:11 | 只看该作者
xiexie!!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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