标签关键词

关于 mqh 的文章共有11条

函数

SQLogTrades.mqh

阅读(1341)评论(0)

#define ACTIVE_ORDERS_SIZE 50 #define CLOSED_ORDERS_SIZE 20 struct order_info { int ticket; // ticket number of the order double atr; // A...

函数

Vector.mqh

阅读(1146)评论(0)

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

函数

Cast.mqh

阅读(1058)评论(0)

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

函数

Collection.mqh

阅读(1083)评论(0)

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

函数

EqualityComparer.mqh

阅读(1110)评论(0)

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

函数

Hash.mqh

阅读(1136)评论(0)

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

函数

List.mqh

阅读(843)评论(0)

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

函数

OrdersInfo.mqh

阅读(1020)评论(0)

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

函数

Pointer.mqh

阅读(1257)评论(0)

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

函数

md5 hash

阅读(1156)评论(0)

顾名思义,应该是MD5加密用的库 md5hash.mqh