当前位置:网站首页>Mt4/mql4 getting started to proficient in foreign exchange EA automatic trading tutorial - common functions of MQL language
Mt4/mql4 getting started to proficient in foreign exchange EA automatic trading tutorial - common functions of MQL language
2022-06-22 08:02:00 【EA development - green shirt code customer】
AccountBalance(); // Returns the balance of the current account .
AccountEquity(); // Returns the net value of the current account .
AccountFreeMargin(); // Returns the available prepayments for the current account .
AccountMargin(); // Return the used prepayment of the current account .
Hour(); // Returns the current server's
Minute(); // Returns the minutes of the server time
Seconds(); // Returns the seconds of the server time
iOpen(); // return K The opening price of the string column
iClose(); // return K The closing price of the string column
iLow(); // return K The lowest price of the line post
iHigh(); // return K The highest price of the line post
iTime(); // return K Time of line post
iVolume(); // return K Trading volume of the line column
IsConnected(); // Whether to connect to the server
IsDemo(); // Is it an impersonation account
IsDllsAllowed(); // Whether to allow loading DLL file
IsExpertEnabled(); // Whether automatic transaction is allowed
IsStopped(); //EA Whether to interrupt execution
IsTradeAllowed(); // Whether transactions are allowed
IsTradeContextBusy(); // Whether the transaction is busy
OrderClose(); // Order closing function
OrderClosePrice(); // Return the closing price of the order
OrderCloseTime(); // Return the order closing time
OrderComment(); // Return to order comment
OrderDelete(); // Cancel the list
OrderLots(); // Return the number of orders
OrderMagicNumber(); // Returns the number of order identifiers
OrderModify(); // Order modification function
OrderOpenPrice(); // Return the opening price of the order
OrderOpenTime(); // Return the opening time of the order
OrderProfit(); // Return order profit and loss
OrderSelect(); // Order identification
OrderSend(); // New order
OrdersHistoryTotal(); // Return historical order statistics
OrderStopLoss(); // Return the stop loss price of the order
OrdersTotal(); // Return all current orders 、 Total number of pending orders
OrderSymbol(); // Return the order type
OrderTakeProfit(); // Return the stop profit price of the order
OrderTicket(); // Return order No
OrderType(); // Return the order type
Print(); // Print log
printf(); // Print log , With format
Sleep(); // Dormancy function
StringAdd(); // String concatenation , Returns a new string
StringCompare(); // String comparison , Equal return 0
StringGetChar(); // String read characters
StringSetChar(); // Add characters to the string
StringToCharArray(); // String variable character array
CharArrayToString();// Characters and numbers become strings
StringToDouble(); // String becomes double
DoubleToString(); // Double variable string
StringToInteger(); // String variable
StringToTime(); // String table time type
TimeToString(); // Time class variable string
Symbol(); // Returns the current chart category
TimeCurrent(); // Returns the current time of the server
TimeDayOfWeek();// Returns the day of the week at the current time
TimeGMT(); // return GTM Time
TimeGMTOffset(); // Return time difference
TimeLocal(); // Return to the time on the computer
TimeHour(); // Returns the hour in time
TimeMinute(); // Returns the minute in time
TimeSeconds(); // Returns... In time
TimeDay(); // Returns the current time and date
TimeMonth(); // Returns the month in the time
TimeYear(); // Year in return time
A good workman does his work well , You must sharpen your tools first , The most important thing in trading is to follow the rules , Strictly carry out . Official account , Study MQL Beginner to master EA course , Learn more EA Programming , Write your own EA, Forge your own magic weapon .
边栏推荐
- Use js to download the current image
- It operation and maintenance knowledge map
- 基于消息传递的并发编程(MPI)之异步收发
- The applet uses the step bar vant steps in vant
- [songhongkang MySQL database] [advanced chapter] [06] logical architecture of MySQL
- Some suggestions on Oracle SQL query return optimization
- Scrollrect rewrite recycle
- setneedsdisplay layoutifneeded setNeedsLayout
- C语言双向链表实现图书管理系统 可读写文件
- [songhongkang MySQL database] [advanced chapter] [07] MySQL storage engine
猜你喜欢

什么是分布式事务

LR 2022 ultra detailed installation tutorial "latest"

Some problems caused by null data in MySQL

Applet /vant UI to upload files

【Oracle 数据库】奶妈式教程 day13 日期函数

Kubernetes practice

The applet uses the step bar vant steps in vant

【Oracle 数据库】奶妈式教程 day11 数值函数
![[songhongkang MySQL database] [advanced chapter] [07] MySQL storage engine](/img/47/62ad1e661e015438c40574f533d8f1.png)
[songhongkang MySQL database] [advanced chapter] [07] MySQL storage engine

MySQL master-slave replication
随机推荐
Cocoapods problem record
mapTalks:基础操作与WMS/WMTS地图服务加载
(8) Sequence stack and chain stack
Realization of readable and writable files in library management system with C language bidirectional linked list
Concurrent programming summary
Blob format problems involved in image uploading
IP address planning
OSI and tcp/ip
lr 2022超详细安装教程「最新」
Scrollrect for tableview
C# 接口持有结构体会导致装箱问题
Energy and interference of waves
Relative positioning, absolute positioning, fixed positioning
模板代码概述
Target detection series -- detailed explanation of RCNN principle
Orientdb batch execute SQL
Difference between ID instancetype nsobject *
Introduction to several mainstream and easy-to-use rich text editors (WYSIWYG common editors)
MySQL delete from and subquery as conditions
C语言双向链表实现图书管理系统 可读写文件