Vector.mqh
#property strict #include "Array.mqh" #include "List.mqh" //+------------------------------------------------------------------+ //| Generic Vector ...
#property strict #include "Array.mqh" #include "List.mqh" //+------------------------------------------------------------------+ //| Generic Vector ...
#property strict //+------------------------------------------------------------------+ //| In the official MQL4 language reference | //| (Language Basi...
#property strict #include "Pointer.mqh" #include "EqualityComparer.mqh" //+------------------------------------------------------------------+ //| ConstIterator (readonly) fo...
#include "Hash.mqh" #property strict //+------------------------------------------------------------------+ //| ...
#property strict //+------------------------------------------------------------------+ //| Hash functions for builtin types | //+---------------...
#property strict #include "Collection.mqh" //+------------------------------------------------------------------+ //| Generic abstract base class for List like collections ...
#property strict class OrderInfo { public : int orderNum; double price; double lots; int type; double stopLoss; double takeProfit; ...
#property strict //+------------------------------------------------------------------+ //| Generic pointer check | //+---------------...
#property strict #include <WinUser32.mqh> string 订单备注 = "步步为赢EA正式版"; string gs_bbb_84 = "http://www.15ea.com"; string gs_ccc_92 = "步步为赢EA正式版"; int gi_100 = 2; extern ...
这个ea不是套利精灵EA,看起来是个很老的ea,但拥有诸多特色,很多功能块都可以用在现在,值得参考。 模块化编程,条理非常清晰 魔术号码随机生成,缺点是可能与别的ea发生冲突,为了获取魔术号码,还要保存到文本文件,然后读取 读取新闻 精...