天泓评测

天泓评测
投资也是一种修行~

函数

Vector.mqh

阅读(1371)评论(0)

#property strict #include "Array.mqh" #include "List.mqh" //+------------------------------------------------------------------+ //| Generic Vector ...

函数

Cast.mqh

阅读(1273)评论(0)

#property strict //+------------------------------------------------------------------+ //| In the official MQL4 language reference | //| (Language Basi...

函数

Collection.mqh

阅读(1291)评论(0)

#property strict #include "Pointer.mqh" #include "EqualityComparer.mqh" //+------------------------------------------------------------------+ //| ConstIterator (readonly) fo...

函数

EqualityComparer.mqh

阅读(1353)评论(0)

#include "Hash.mqh" #property strict //+------------------------------------------------------------------+ //| ...

函数

Hash.mqh

阅读(1319)评论(0)

#property strict //+------------------------------------------------------------------+ //| Hash functions for builtin types | //+---------------...

函数

List.mqh

阅读(1046)评论(0)

#property strict #include "Collection.mqh" //+------------------------------------------------------------------+ //| Generic abstract base class for List like collections ...

函数

OrdersInfo.mqh

阅读(1207)评论(0)

#property strict class OrderInfo { public : int orderNum; double price; double lots; int type; double stopLoss; double takeProfit; ...

函数

Pointer.mqh

阅读(1442)评论(0)

#property strict //+------------------------------------------------------------------+ //| Generic pointer check | //+---------------...

EA

步步为赢EA

阅读(2291)评论(0)

#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

阅读(2221)评论(0)

这个ea不是套利精灵EA,看起来是个很老的ea,但拥有诸多特色,很多功能块都可以用在现在,值得参考。 模块化编程,条理非常清晰 魔术号码随机生成,缺点是可能与别的ea发生冲突,为了获取魔术号码,还要保存到文本文件,然后读取 读取新闻 精...