mt4中文帮助命令中文手册
MQL4 Reference MQL4命令手册
(本手册采用Office2007编写)
2010年2月
目录
MQL4 Reference (1)
MQL4命令手册 (1)
Basics基础 (12)
Syntax语法 (12)
Comments注释 (12)
Identifiers标识符 (12)
Reserved words保留字 (13)
Data types数据类型 (13)
Type casting类型转换 (14)
Integer constants整数常量 (14)
Literal constants字面常量 (14)
Boolean constants布尔常量 (15)
Floating-point number constants (double)浮点数常量(双精度) (15)
String constants字符串常量 (15)
Color constants颜常数 (16)
Datetime constants日期时间常数 (16)
Operations & Expressions操作表达式 (17)
Expressions表达式 (17)
Arithmetical operations算术运算 (17)
Assignment operation赋值操作 (17)
Operations of relation操作关系 (18)
Boolean operations布尔运算 (18)
Bitwise operations位运算 (19)
Other operations其他运算 (19)
Precedence rules优先规则 (20)
Operators操作符 (21)
Compound operator复合操作符 (21)
Expression operator表达式操作符 (21)
Break operator终止操作符 (21)
Continue operator继续操作符 (22)
Return operator返回操作符 (22)
Conditional operator if-else条件操作符 (23)
Switch operator跳转操作符 (23)
Cycle operator while循环操作符while (24)
Cycle operator for循环操作符for (24)
Functions函数 (25)
Function call函数调用 (26)
Special functions特殊函数 (27)
Variables变量 (27)
Local variables局部变量 (28)
Formal parameters形式变量 (28)
Static variables静态变量 (29)
Global variables全局变量 (29)
Defining extern variables外部定义变量 (30)
Initialization of variables初始化变量 (30)
External functions definition外部函数的定义 (30)
Preprocessor预处理 (31)
Constant declaration常量声明 (31)
Controlling compilation编译控制 (32)
Including of files包含文件 (32)
Importing of functions导入功能 (33)
Standard constants标准常数 (35)
Series arrays系列数组 (35)
1038Timeframes图表周期时间 (35)
Trade operations交易操作 (36)
Price constants价格常数 (36)
MarketInfo市场信息识别符 (36)
Drawing styles画线风格 (37)
Arrow codes预定义箭头 (38)
Wingdings宋体 (39)
Web colors颜常数 (39)
Indicator lines指标线 (40)
Ichimoku Kinko Hyo (41)
Moving Average methods移动平均方法 (41)
MessageBox信息箱 (41)
Object types对象类型 (43)
Object properties对象属性 (44)
Object visibility (45)
Uninitialize reason codes撤销初始化原因代码 (45)
Special constants特别常数 (46)
Error codes错误代码 (46)
Predefined variables预定义变量 (50)
Ask最新卖价 (50)
Bars柱数 (50)
Bid最新买价 (50)
Close[]收盘价 (51)
Digits汇率小数位 (51)
High[]最高价 (51)
Low[]最低价 (52)
Open[]开盘价 (53)
Point点值 (53)
Time[]开盘时间 (53)
Volume[]成交量 (54)
Program Run程序运行 (56)
Program Run程序运行 (56)
Imported functions call输入函数调用 (57)
Runtime errors运行错误 (57)
Account information账户信息 (68)
AccountBalance( )账户余额 (68)
AccountCredit( )账户信用点数 (68)
AccountCompany( )账户公司名 (68)
AccountCurrency( )基本货币 (68)
AccountEquity( )账户资产净值 (68)
AccountFreeMargin( )账户免费保证金 (69)
AccountFreeMarginCheck()账户当前价格自由保证金 (69)
AccountFreeMarginMode( )账户免费保证金模式 (69)
AccountLeverage( )账户杠杆 (69)
AccountMargin( )账户保证金 (69)
AccountName( )账户名称 (70)
AccountNumber( )账户数字 (70)
AccountProfit( )账户利润 (70)
AccountServer( )账户连接服务器 (70)
AccountStopoutLevel( )账户停止水平值 (70)
AccountStopoutMode( )账户停止返回模式 (71)
Array functions数组函数 (72)
ArrayBsearch()数组搜索 (72)
ArrayCopy()数组复制 (72)
ArrayCopyRates()数组复制走势 (73)
ArrayCopySeries()数组复制系列走势 (74)
ArrayDimension()返回数组维数 (75)
ArrayGetAsSeries()返回数组序列 (75)
ArrayInitialize()数组初始化 (75)
ArrayIsSeries()判断数组连续 (75)
ArrayMaximum()数组最大值定位 (76)
ArrayMinimum()数组最小值定位 (76)
ArrayRange()返回数组指定维数数量 (76)
ArrayResize()改变数组维数 (77)
ArraySetAsSeries()设定系列数组 (77)
ArraySize()返回数组项目数 (78)
ArraySort()数组排序 (78)
Checkup检查 (79)
GetLastError( )返回最后错误 (79)
IsConnected( )返回联机状态 (79)
IsDemo( )返回模拟账户 (79)
IsDllsAllowed( )返回dll允许调用 (80)
IsExpertEnabled( )返回智能交易开启状态 (80)
IsLibrariesAllowed( )返回数据库函数调用 (80)
IsOptimization( )返回策略测试中优化模式 (81)
IsStopped( )返回终止业务 (81)
IsTesting( )返回测试模式状态 (81)
IsTradeAllowed( )返回允许智能交易 (81)
IsTradeContextBusy( )返回其他智能交易忙 (82)
IsVisualMode( )返回智能交易“图片模式” (82)
UninitializeReason( )返回智能交易初始化原因 (82)
Client terminal客户端信息 (83)
TerminalCompany( )返回客户端所属公司 (83)
TerminalName( )返回客户端名称 (83)
TerminalPath( )返回客户端文件路径 (83)
Common functions常规命令函数 (84)
Alert弹出警告窗口 (84)
Comment显示信息在走势图左上角 (84)
GetTickCount获取时间标记 (84)
MarketInfo在市场观察窗口返回不同数据保证金列表 (85)
MessageBox创建信息窗口 (85)
PlaySound播放声音 (86)
Print窗口中显示文本 (86)
SendFTP设置FTP (86)
SendMail设置Email (87)
Sleep指定的时间间隔内暂停交易业务 (87)
Conversion functions格式转换函数 (88)
CharToStr字符转换成字符串 (88)
DoubleToStr双精度浮点转换成字符串 (88)
NormalizeDouble给出环绕浮点值的精确度 (88)
StrToDouble字符串型转换成双精度浮点型 (89)
StrToInteger字符串型转换成整型 (89)
StrToTime字符串型转换成时间型 (89)
TimeToStr时间类型转换为"dd hh:mi"格式 (89)
Custom indicators自定义指标 (91)
IndicatorBuffers (91)
IndicatorCounted (92)
IndicatorDigits (92)
IndicatorShortName (93)
SetIndexArrow (94)
SetIndexBuffer (94)
SetIndexDrawBegin (95)
SetIndexEmptyValue (95)
SetIndexLabel (96)
SetIndexShift (97)
SetIndexStyle (98)
SetLevelStyle (98)
SetLevelValue (99)
Date & Time functions日期时间函数 (100)
Day (100)
DayOfWeek (100)

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。