论坛
市场
信号
工作
VPS
报价
文章
代码库
文档
技术分析
日程表
交易
下载MetaTrader 5
部分
登录
注册
中文
Русский
English
MQL4参考
标准常量,列举和架构
命名常量
预定义大量代替值
数学常量
数值类型常量
不能初始化原因代码
检测对象指针
其他常量
Named Constants
All constants used in MQL4 can be divided into the following groups:
Predefined macro substitutions
- values are substituted during compilation;
Mathematical constants
- values of some mathematical expressions;
Numerical type constants
- some of the simple type restrictions;
Uninitialization reason codes
- description of uninitialization reasons;
Checking Object Pointer
- enumeration of types of pointers returned by the
CheckPointer()
function;
Other constants
- all other constants.
信号属性
预定义大量代替值