客服热线:18391752892

高手帮忙看一下这是怎么回事

   日期:2019-01-12     浏览:15    
马上注册,结交更多好友,下载更多资源

您需要 登录 才可以下载或查看,没有帐号?注册 我在主窗口上画垂直线,怎么程序会自动生成一个子窗口???这是为啥?我不需要这个子窗口啊,请高手赐教!
//+------------------------------------------------------------------+
//|                                        ATR.mq4 |
//|              Copyright 2005-2014, metaQuotes Software Corp. |
//|                                http://www.mql4.com |
//+------------------------------------------------------------------+
#property copyright    2005-2014, metaQuotes Software Corp.
#property link      http://www.mql4.com
#property description Average True Range
#property strict
//+------------------------------------------------------------------+
//| Custom indicator initialization function                  |
//+------------------------------------------------------------------+
int onInit(void)
 {
//---
   return(INIT_SUCCEEDED);
 }
//+------------------------------------------------------------------+
//| Average True Range                               |
//+------------------------------------------------------------------+
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 myhour,mymin;
   int i;
   for(i = 0; i rates_total; i++)
   {
   myhour=TimeHour(time);
   mymin=TimeMinute(time);
      if((myhour==0 mymin==0) || (myhour==9 mymin==30))
       {
ObjectCreate( time +string(i),OBJ_VLINE,0,time,0);
       }
   }
//--- return value of prev_calculated for next call
   return(rates_total);
 }
//+------------------------------------------------------------------+

外汇交易有很大的风险性,本站所有资源均来自网络,请选择使用,如若出现亏损,本站不承担任何责任!


特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关行情快递
推荐行情快递
点击排行