顺水外汇EA交易网MT4

标题: K线倒计时指标求高手添加弹窗报警功能 [打印本页]

作者: 735269731    时间: 2018-1-11 13:30
标题: K线倒计时指标求高手添加弹窗报警功能
请高手帮忙添加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);
  }
//+------------------------------------------------------------------+

作者: 735269731    时间: 2018-1-11 13:48
请高手帮忙改一下,谢谢
[attach]18455[/attach]

作者: 175519856    时间: 2018-1-11 15:08

111111
作者: ffj781212    时间: 2018-1-11 16:36
我也不汇,拿金币

作者: 307297508    时间: 2018-1-11 17:39
这个真不会,
作者: stick    时间: 2018-1-11 18:24
没有会的吗

作者: 735269731    时间: 2018-1-11 19:03
你是卖肉的吗?

作者: wdwls    时间: 2018-1-11 19:17
太难了,这个需要专业得高手,我就是拿点金币走

作者: 小雪人    时间: 2018-1-11 20:18
拿金币,谢谢

作者: ANENSI    时间: 2018-1-11 21:30
金币金币

作者: ANENSI    时间: 2018-1-11 22:24
谢谢分享
作者: 地道酬善    时间: 2018-1-11 23:24
太难了,这个需要专业得高手,我就是拿点金币走
作者: 小海哥    时间: 2018-1-12 00:02

谢谢分享
作者: 付哥-Mi_KG4VW    时间: 2018-1-12 01:22
kgxw咦??大牛呢??




欢迎光临 顺水外汇EA交易网MT4 (http://waterforex.com/) Powered by Discuz! X3.2