SQLogTrades.mqh
#define ACTIVE_ORDERS_SIZE 50 #define CLOSED_ORDERS_SIZE 20 struct order_info { int ticket; // ticket number of the order double atr; // A...
关于 mqh 的文章共有11条
#define ACTIVE_ORDERS_SIZE 50 #define CLOSED_ORDERS_SIZE 20 struct order_info { int ticket; // ticket number of the order double atr; // A...
#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 | //+---------------...
顾名思义,应该是MD5加密用的库 md5hash.mqh