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

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

K线倒计时指标求高手添加弹窗报警功能

  [复制链接]
684 13
735269731 发表于 2018-1-11 13:30:37 | 只看该作者 |阅读模式 打印 上一主题 下一主题
请高手帮忙添加K线走完后弹窗报警功能
//+------------------------------------------------------------------+
//|                                      当前K线剩余时间-新版.mq4 |
//|              Copyright 2014, MetaQuotes Software Corp. |
//|                                              http://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2014, MetaQuotes Software Corp."
#property link      "http://www.mql5.com"
#property version   "1.00"
#property strict
#property indicator_chart_window
extern bool zhuisuijiage_shifou = TRUE;
extern color zhuisuijiage_yanse = Yellow;
extern bool gudingxianshi_shifou = FALSE;
extern color gudingxianshi_yanse= Blue;
int OnInit()
  {
//--- indicator buffers mapping
//---
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
                const int prev_calculated,
                const datetime &time[],
                const double &open[],
                const double &high[],
                const double &low[],
                const double &close[],
                const long &tick_volume[],
                const long &volume[],
                const int &spread[])
  {
int l_ind_counted_0 = IndicatorCounted();
   int li_12 =int( Time[0] + 60 * Period() - TimeCurrent());
   double ld_4 = li_12 / 60.0;
   int li_16 = li_12 % 60;
   li_12 = (li_12 - li_12 % 60) / 60;
   if (zhuisuijiage_shifou)
      {
      if (ObjectFind("time") != -1) ObjectDelete("time");
         ObjectCreate("time", OBJ_TEXT, 0, Time[0], Close[0] + 0.0005);
         ObjectSetText("time", "                                 <--" + string(li_12) + ":" +string(li_16), 13, "Verdana", zhuisuijiage_yanse);
         ObjectMove("time", 0, Time[0], Close[0] + 0.0005);
      }
   if (gudingxianshi_shifou)
      {
      if (ObjectFind("LeftTime") != -1) ObjectDelete("LeftTime");
      ObjectCreate("LeftTime", OBJ_LABEL, 0, 0, 0);
      ObjectSet("LeftTime", OBJPROP_XDISTANCE, 10);
      ObjectSet("LeftTime", OBJPROP_YDISTANCE, 20);
      ObjectSetText("LeftTime", "当前K线剩余时间: " + string(li_12) + ":" + string(li_16), 10, "宋体", gudingxianshi_yanse);
      }
   return(rates_total);
  }
//+------------------------------------------------------------------+
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论13

跳转到指定楼层
沙发
 楼主| 735269731 发表于 2018-1-11 13:48:42 | 只看该作者
请高手帮忙改一下,谢谢

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
板凳
175519856 发表于 2018-1-11 15:08:32 | 只看该作者

111111
地板
ffj781212 发表于 2018-1-11 16:36:27 | 只看该作者
我也不汇,拿金币
5#
307297508 发表于 2018-1-11 17:39:44 | 只看该作者
这个真不会,
6#
stick 发表于 2018-1-11 18:24:03 | 只看该作者
没有会的吗
7#
 楼主| 735269731 发表于 2018-1-11 19:03:25 | 只看该作者
你是卖肉的吗?
8#
wdwls 发表于 2018-1-11 19:17:08 | 只看该作者
太难了,这个需要专业得高手,我就是拿点金币走
9#
小雪人 发表于 2018-1-11 20:18:37 | 只看该作者
拿金币,谢谢
10#
ANENSI 发表于 2018-1-11 21:30:29 | 只看该作者
金币金币
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

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