MqlDateTime time; //--- Get the current time and at the same time fill in the date structure TimeCurrent(time); //--- Display the header and time using the standard ArrayPrint() Print("Time current (ArrayPrint):"); MqlDateTimePrint(time); /* Sample output: Time current (ArrayPrint)...
if(open==close) { createObj(time,low,217, clrBlack,"Doji"); { return 1; } } 我们将返回 0 来终止 getDoji 函数 return 0;以 void 数据类型创建(createObj)函数,其中包含时间、价格、箭头代码、颜色和文本的参数 void createObj(datetime time, double price, int arrawCode, c...
createObj(time,low,217, clrBlack,"Doji"); { return 1; } } 我们将返回 0 来终止 getDoji 函数 return 0; 以void 数据类型创建(createObj)函数,其中包含时间、价格、箭头代码、颜色和文本的参数 void createObj(datetime time, double price, int arrawCode, color clr, string txt) 创建字符串变量(obj...
0914、boo1MarketBookGetf stringsymbo1,//交易品种 Mq1Book1nfo&book[]//参考数组 ); 0915、返回结构数组MqIBookInfo包括指定交易品种的市场报价记录。 0916、第二个参数为:关于市场报价的记录。 0917、如果成功获得了市场报价信息返回true,否则是fa1se。 0918、时间序列和指标数据也是重要的一类数据。MQ15中同样提...
0679、datetime TimeCurrent( MqlDateTime& dt_struct //结构类型变量 ); 0680、MqlDateTime结构型参量的引用,返回日期时间型结果。 0681、datetime TimeTradeServer(); 0682、交易服务器上计算出的最后时间。 0683、如果在周末休市时间,这个函数得到的是休市前最后一个报价数据。 0684、datetime TimeTradeServer( Mql...
MQL5中文手册-老易.pdf,MQL5 中文手册 老易 yiwence@ 2010/12/11 目录 1 语言基础14 1.1 语法14 1.1.1 注释15 1.1.2 标识符15 1.1.3 关键词15 1.2 数据类型16 1.2.1 整型数据17 1.2.2 字符型,短整型,整型和长整型18 1.2.3 字符常量20 1.2.4 日期时间型23 1.2.5 颜色型24 1
28、索指定ID物件物件函数ObjectGetDouble返回相应物件属性的双精度值物件函数ObjectGetInteger返回相应物件属性的整数型值物件函数ObjectGetString返回相应物件属性的字符串值物件函数ObjectGetTimeByValue对指定物件价格值返回时间值物件函数ObjectGetValueByTime对指定时间返回物件价格值物件函数ObjectMove改变指定物件定位点坐标物...
intOnCalculate(constint_rates_total,constint_prev_calculated,constdatetime& Time[],constdouble& Open[],constdouble& High[],constdouble& Low[],constdouble& Close[],constlong& TickVolume[],constlong& Volume[],constint& Spread[]){intstart, i;...
name,ENUM_TIMEFRAMES tf=PERIOD_CURRENT) { m_name = name; m_length = 0; m_timeframe = tf; SymbolSelect(m_name,true); } ~CSymbolData(void) { ArrayFree(m_rates); } datetime GetFirstDate(void) { m_first = SetFirstDate(); return m_firs...
ObjectGetTimeByValue(0,string name,double value,int line_id); ObjectGetValueByShift() ObjectGetValueByTime(0,string name,datetime time, int line_id); ObjectMove() ObjectMove(0, string name, int point, datetime time1, double price1) ...