设为首页 收藏本站 切换语言

【MQL4命令手册】全网最好的MQL4开发手册,开发EA必备(全176页word)  

| 发表于 2020-4-14 10:27:13 | 显示全部楼层 |复制链接
本帖最后由 斗罗大陆 于 2020-4-14 11:26 编辑

Basics基础        
      Syntax语法        
            Comments注释        
            Identifiers标识符        
            Reserved words保留字        
      Data types数据类型        
            Type casting类型转换        
            Integer constants整数常量        
            Literal constants字面常量        
            Boolean constants布尔常量        
            Floating-point number constants (double)浮点数常量(双精度)        
            String constants字符串常量        
            Color constants颜色常数        
            Datetime constants日期时间常数        
      Operations & Expressions操作表达式        
            Expressions表达式        
            Arithmetical operations算术运算        
            Assignment operation赋值操作        
            Operations of relation操作关系        
            Boolean operations布尔运算        
            Bitwise operations位运算        
            Other operations其他运算        
            Precedence rules优先规则        
      Operators操作符        
            Compound operator复合操作符        
            Expression operator表达式操作符        
            Break operator终止操作符        
            Continue operator继续操作符        
            Return operator返回操作符        
            Conditional operator if-else条件操作符        
            Switch operator跳转操作符        
            Cycle operator while循环操作符while        
            Cycle operator for循环操作符for        
      Functions函数        
            Function call函数调用        
            Special functions特殊函数        
            Variables变量        
            Local variables局部变量        
            Formal parameters形式变量        
            Static variables静态变量        
            Global variables全局变量        
            Defining extern variables外部定义变量        
            Initialization of variables初始化变量        
            External functions definition外部函数的定义        
      Preprocessor预处理        
            Constant declaration常量声明        
            Controlling compilation编译控制        
            Including of files包含文件        
            Importing of functions导入功能        
Standard constants标准常数        
      Series arrays系列数组        
      Timeframes图表周期时间        
      Trade operations交易操作        
      Price constants价格常数        
      MarketInfo市场信息识别符        
      Drawing styles画线风格        
      Arrow codes预定义箭头        
      Wingdings宋体        
      Web colors颜色常数        
      Indicator lines指标线        
      Ichimoku Kinko Hyo        
      Moving Average methods移动平均方法        
      MessageBox信息箱        
      Object types对象类型        
      Object properties对象属性        
      Object visibility        
      Uninitialize reason codes撤销初始化原因代码        
      Special constants特别常数        
      Error codes错误代码        
      Predefined variables预定义变量        
            Ask最新卖价        
            Bars柱数        
            Bid最新买价        
            Close[]收盘价        
            Digits汇率小数位        
            High[]最高价        
            Low[]最低价        
            Open[]开盘价        
            Point点值        
            Time[]开盘时间        
            Volume[]成交量        
Program Run程序运行        
      Program Run程序运行        
      Imported functions call输入函数调用        
      Runtime errors运行错误        
Account information账户信息        
      AccountBalance( )账户余额        
      AccountCredit( )账户信用点数        
      AccountCompany( )账户公司名        
      AccountCurrency( )货币对        
      AccountEquity( )账户资产净值        
      AccountFreeMargin( )账户免费保证金        
      AccountFreeMarginCheck()账户当前价格自由保证金        
      AccountFreeMarginMode( )账户免费保证金模式        
      AccountLeverage( )账户杠杆        
      AccountMargin( )账户保证金        
      AccountName( )账户名称        
      AccountNumber( )账户数字        
      AccountProfit( )账户利润        
      AccountServer( )账户连接服务器        
      AccountStopoutLevel( )账户停止水平值        
      AccountStopoutMode( )账户停止返回模式        
Array functions数组函数        
      ArrayBsearch()数组搜索        
      ArrayCopy()数组复制        
      ArrayCopyRates()数组复制走势        
      ArrayCopySeries()数组复制系列走势        
      ArrayDimension()返回数组维数        
      ArrayGetAsSeries()返回数组序列        
      ArrayInitialize()数组初始化        
      ArrayIsSeries()判断数组连续        
      ArrayMaximum()数组最大值定位        
      ArrayMinimum()数组最小值定位        
      ArrayRange()返回数组指定维数数量        
      ArrayResize()改变数组维数        
      ArraySetAsSeries()设定系列数组        
      ArraySize()返回数组项目数        
      ArraySort()数组排序        
Checkup检查        
      GetLastError( )返回最后错误        
      IsConnected( )返回联机状态        
      IsDemo( )返回模拟账户        
      IsDllsAllowed( )返回dll允许调用        
      IsExpertEnabled( )返回智能交易开启状态        
      IsLibrariesAllowed( )返回数据库函数调用        
      IsOptimization( )返回策略测试中优化模式        
      IsStopped( )返回终止业务        
      IsTesting( )返回测试模式状态        
      IsTradeAllowed( )返回允许智能交易        
      IsTradeContextBusy( )返回其他智能交易忙        
      IsVisualMode( )返回智能交易“图片模式”        
      UninitializeReason( )返回智能交易初始化原因        
Client terminal客户端信息        
      TerminalCompany( )返回客户端所属公司        
      TerminalName( )返回客户端名称
      TerminalPath( )返回客户端文件路径        
Common functions常规命令函数        
      Alert弹出警告窗口        
      Comment显示信息在走势图左上角        
      GetTickCount获取时间标记        
      MarketInfo在市场观察窗口返回不同数据保证金列表        
      MessageBox创建信息窗口        
      PlaySound播放声音        
      Print窗口中显示文本        
      SendFTP设置FTP        
      SendMail设置Email        
      Sleep指定的时间间隔内暂停交易业务        
Conversion functions格式转换函数        
      CharToStr字符转换成字符串        
      DoubleToStr双精度浮点转换成字符串        
      NormalizeDouble给出环绕浮点值的精确度        
      StrToDouble字符串型转换成双精度浮点型        
      StrToInteger字符串型转换成整型        
      StrToTime字符串型转换成时间型        
      TimeToStr时间类型转换为 "yyyy.mm.dd hh:mi"格式        
Custom indicators自定义指标        
      IndicatorBuffers        
      IndicatorCounted        
      IndicatorDigits        
      IndicatorShortName        
      SetIndexArrow        
      SetIndexBuffer        
      SetIndexDrawBegin        
      SetIndexEmptyValue        
      SetIndexLabel        
      SetIndexShift        
      SetIndexStyle        
      SetLevelStyle        
      SetLevelValue        
Date & Time functions日期时间函数        
      Day        
      DayOfWeek        
      DayOfYear        
      Hour        
      Minute        
      Month        
      Seconds        
      TimeCurrent        
      TimeDay        
      TimeDayOfWeek        
      TimeDayOfYear        
      TimeHour        
      TimeLocal        
      TimeMinute        
      TimeMonth        
      TimeSeconds        
      TimeYear        
      Year        
File functions文件函数        
      FileClose关闭文件        
      FileDelete删除文件        
      FileFlush将缓存中的数据刷新到磁盘上去        
      FileIsEnding文件结尾        
      FileIsLineEnding        
      FileOpen打开文件        
      FileOpenHistory历史目录中打开文件        
      FileReadArray将二进制文件读取到数组中        
      FileReadDouble从文件中读取浮点型数据        
      FileReadInteger从当前二进制文件读取整形型数据        
      FileReadNumber        
      FileReadString从当前文件位置读取字串符        
      FileSeek文件指针移动        
      FileSize文件大小        
      FileTell文件指针的当前位置        
      FileWrite写入文件        
      FileWriteArray一个二进制文件写入数组        
      FileWriteDouble一个二进制文件以浮动小数点写入双重值        
      FileWriteInteger一个二进制文件写入整数值        
      FileWriteString当前文件位置函数写入一个二进制文件字串符        
Global variables全局变量        
      GlobalVariableCheck        
      GlobalVariableDel        
      GlobalVariableGet        
      GlobalVariableName        
      GlobalVariableSet        
      GlobalVariableSetOnCondition        
      GlobalVariablesDeleteAll        
      GlobalVariablesTotal        
Math & Trig数学和三角函数        
      MathAbs        
      MathArccos        
      MathArcsin        
      MathArctan        
      MathCeil        
      MathCos        
      MathExp        
      MathFloor        
      MathLog        
      MathMax        
      MathMin        
      MathMod        
      MathPow        
      MathRand        
      MathRound        
      MathSin        
      MathSqrt        
      MathSrand        
      MathTan        
Object functions目标函数        
      ObjectCreate建立目标        
      ObjectDelete删除目标        
      ObjectDescription目标描述        
      ObjectFind查找目标        
      ObjectGet目标属性        
      ObjectGetFiboDescription斐波纳契描述        
      ObjectGetShiftByValue        
      ObjectGetValueByShift        
      ObjectMove移动目标        
      ObjectName目标名        
      ObjectsDeleteAll删除所有目标        
      ObjectSet改变目标属性        
      ObjectSetFiboDescription改变目标斐波纳契指标        
      ObjectSetText改变目标说明        
      ObjectsTotal返回目标总量        
      ObjectType返回目标类型        
String functions字符串函数        
      StringConcatenate字符串连接        
      StringFind字符串搜索        
      StringGetChar字符串指定位置代码        
      StringLen字符串长度        
      StringSetChar        
      StringSubstr提取子字符串        
      StringTrimLeft        
      StringTrimRight        
Technical indicators技术指标        
      iAC比尔.威廉斯的加速器或减速箱振荡器        
      iAD离散指标        
      iAlligator比尔・威廉斯的鳄鱼指标        
      iADX移动定向索引        
      iATR平均真实范围        
      iAO比尔.威廉斯的振荡器        
      iBearsPower熊功率指标        
      iBands保力加通道技术指标        
      iBandsOnArray保力加通道指标        
      iBullsPower牛市指标        
      iCCI商品通道索引指标        
      iCCIOnArray商品通道索引指标        
      iCustom指定的客户指标        
      iDeMarker        
      iEnvelopes包络指标        
      iEnvelopesOnArray包络指标        
      iForce强力索引指标        
      iFractals分形索引指标        
      iGator随机震荡指标        
      iIchimoku        
      iBWMFI比尔.威廉斯市场斐波纳契指标        
      iMomentum动量索引指标        
      iMomentumOnArray        
      iMFI资金流量索引指标        
      iMA移动平均指标        
      iMAOnArray        
      iOsMA移动振动平均震荡器指标        
      iMACD移动平均数汇总/分离指标        
      iOBV能量潮指标        
      iSAR抛物线状止损和反转指标        
      iRSI相对强弱索引指标        
      iRSIOnArray        
      iRVI相对活力索引指标        
      iStdDev标准偏差指标        
      iStdDevOnArray        
      iStochastic随机震荡指标        
      iWPR威廉指标        
Timeseries access时间序列图表数据        
      iBars柱的数量        
      iBarShift开始时间的柱        
      iClose        
      iHigh        
      iHighest        
      iLow        
      iLowest        
      iOpen        
      iTime        
      iVolume        
Trading functions交易函数        
      Execution errors        
      OrderClose        
      OrderCloseBy        
      OrderClosePrice        
      OrderCloseTime        
      OrderComment        
      OrderCommission        
      OrderDelete        
      OrderExpiration        
      OrderLots        
      OrderMagicNumber        
      OrderModify        
      OrderOpenPrice        
      OrderOpenTime        
      OrderPrint        
      OrderProfit        
      OrderSelect        
      OrderSend        
      OrdersHistoryTotal        
      OrderStopLoss        
      OrdersTotal        
      OrderSwap        
      OrderSymbol        
      OrderTakeProfit        
      OrderTicket        
      OrderType        
Window functions窗口函数        
      HideTestIndicators隐藏指标        
      Period使用周期        
      RefreshRates刷新预定义变量和系列数组的数据        
      Symbol当前货币对        
      WindowBarsPerChart可见柱总数        
      WindowExpertName智能交易系统名称        
      WindowFind返回名称        
      WindowFirstVisibleBar第一个可见柱        
      WindowHandle        
      WindowIsVisible图表在子窗口中可见        
      WindowOnDropped        
      WindowPriceMax        
      WindowPriceMin        
      WindowPriceOnDropped        
      WindowRedraw        
      WindowScreenShot        
      WindowTimeOnDropped        
      WindowsTotal指标窗口数        
      WindowXOnDropped        
      WindowYOnDropped        
Obsolete functions过时的函数        

QQ截图20200414095955.png

MQL4命令手册.docx

194.06 KB, 下载次数: 4, 下载积分: 活跃度 -5 售价: 2 H币  [记录]  [下载]

评分
  • 1
  • 2
  • 3
  • 4
  • 5
平均分:5    参与人数:1    我的评分:未评 下载时遇到问题?
如果有帮助,就支持一下我呗
举报

评论 使用道具

精彩评论42

FarewellOC
D
| 发表于 2020-8-15 10:02:46 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

cong
DD
| 发表于 2020-8-21 12:35:51 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

eaeas
D
| 发表于 2020-11-7 23:50:26 | 显示全部楼层
万水千山总是情,打个折扣行不行?
举报

点赞 评论 使用道具

thekof32
CC
| 发表于 2021-2-20 11:25:06 | 显示全部楼层
感谢分享
举报

点赞 评论 使用道具

皮神MAX
D
| 发表于 2021-3-22 18:38:19 | 显示全部楼层
不卖钱.我们是真爱.
举报

点赞 评论 使用道具

limitover
D
| 发表于 2021-3-26 12:14:21 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

latage
未及格
| 发表于 2021-9-21 10:30:24 | 显示全部楼层
收藏学习
举报

点赞 评论 使用道具

twb818
C
| 发表于 2021-9-21 11:43:04 | 显示全部楼层
感谢分享
举报

点赞 评论 使用道具

qwe11
CCC
| 发表于 2021-9-21 13:59:15 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

jongjongyoshen
D
| 发表于 2021-9-23 08:37:13 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

allensky
DDD
| 发表于 2021-9-23 09:18:10 | 显示全部楼层
学习了
举报

点赞 评论 使用道具

bdx328
D
| 发表于 2021-9-23 12:54:36 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

EA88
D
| 发表于 2021-11-2 22:31:52 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

terence191
DDD
| 发表于 2021-12-19 13:11:17 来自手机 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

万先生123
D
| 发表于 2021-12-19 13:50:48 | 显示全部楼层
学习了
举报

点赞 评论 使用道具

EA1314
D
| 发表于 2021-12-19 17:27:01 | 显示全部楼层
感謝分享
举报

点赞 评论 使用道具

terence191
DDD
| 发表于 2021-12-19 18:32:09 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

fxbienhild
未及格
| 发表于 2021-12-20 08:32:35 | 显示全部楼层
感谢分享
举报

点赞 评论 使用道具

ea123ea
DDD
| 发表于 2022-2-18 23:59:23 | 显示全部楼层
谢谢分享
举报

点赞 评论 使用道具

123下一页
发新帖
EA交易
您需要登录后才可以评论 登录 | 立即注册

天眼云VPS
简体中文
繁體中文
English(英语)
日本語(日语)
Deutsch(德语)
Русский язык(俄语)
بالعربية(阿拉伯语)
Türkçe(土耳其语)
Português(葡萄牙语)
ภาษาไทย(泰国语)
한어(朝鲜语/韩语)
Français(法语)