当前位置:网站首页>MT4 / MQL4 entry to the master of EA course lesson two - commonly used functions
MT4 / MQL4 entry to the master of EA course lesson two - commonly used functions
2022-08-09 02:03:00 【EA Development - Blue Shirt Coder】
AccountBalance(); // Returns the current account balance.
AccountEquity(); // Returns the equity of the current account.
AccountFreeMargin(); // Returns the available margin for the current account.
AccountMargin(); // Returns the current account used margin.
Hour(); //Returns the current server time
Minute(); //Returns the server time in minutes
Seconds(); //Returns the server time in seconds
iOpen(); //returns the open price of the bar
iClose(); //returns the closing price of the bar
iLow(); //returns the lowest price of the bar
iHigh(); //returns the highest price of the bar
iTime(); //returns the time of the bar
iVolume(); //returns the volume of the bar
IsConnected(); //Whether to connect to the server
IsDemo(); //Whether it is a demo account
IsDllsAllowed(); //Whether it is allowed to load DLL files
IsExpertEnabled(); //Whether it is allowedAutomatic trading
IsStopped(); //Whether the EA interrupts execution
IsTradeAllowed(); //Whether trading is allowed
IsTradeContextBusy(); //Whether the transaction is busy
OrderClose(); //Order closing function
OrderClosePrice(); //Return order closing price
OrderCloseTime(); //Return order closing time
OrderComment(); //Return order comment
OrderDelete(); //Cancel pending order
OrderLots(); //Return order lot number
OrderMagicNumber(); //Return order ID number
OrderModify(); //Order modificationFunction
OrderOpenPrice(); //Return order opening price
OrderOpenTime(); //Return order opening time
OrderProfit(); //Return order profit and loss
OrderSelect(); //Order identification
OrderSend(); //New order
OrdersHistoryTotal(); //Return historical order statistics
OrderStopLoss(); //Return order stop price
OrdersTotal(); //Returns the total number of all current orders and pending orders
OrderSymbol(); //Returns the order type
OrderTakeProfit(); //Returns the order take profit price
OrderTicket(); //Returns the order number
OrderType(); //return order type
Print(); //Print log
printf(); //Print log with format
Sleep(); //Sleep function
StringAdd(); //Strings are connected, return a new string
StringCompare(); //String comparison, equal return 0
StringGetChar(); //String read character
StringSetChar(); //Add character to string
StringToCharArray(); //String change character array
CharArrayToString();//Character number changeString
StringToDouble(); //String becomes Double
DoubleToString(); //Double becomes String
StringToInteger(); //String becomes Integer
StringToTime(); //String table time type
TimeToString(); //Time class becomes string
Symbol(); //Return the current chart symbol
TimeCurrent(); //Returns the current server time
TimeDayOfWeek();//Returns the current day of the week
TimeGMT(); //Returns the GTM time
TimeGMTOffset(); //Returns the time difference
TimeLocal(); //Returns the time on the computer
TimeHour(); //Returns the hour in the time
TimeMinute(); //Returns the minute in the time
TimeSeconds(); //returns the time in
TimeDay(); //returns the current time and date
TimeMonth(); //returns the month in the time
TimeYear(); //returns the year in the time
边栏推荐
- How SEMRush finds keywords for advertising
- 史上最猛“员工”,疯狂吐槽亿万富翁老板小扎:那么有钱,还总穿着同样的衣服!
- 在树莓派上使用cpolar(番外篇2)
- Introduction to LVGL (based on v8.1-8.2)
- New Swagger3.0 tutorial, OAS3 quick configuration guide, to automate API interface documentation!
- LeetCode每日两题02:轮转数组 (均1200道)
- KQL和Lucene的区别
- Summary of Database Design
- 配置文件的读取-TOML
- 显著性检验--学习笔记
猜你喜欢
D. Tournament Countdown
力扣刷题记录8.1-----206. 反转链表
2022杭电多校第五场1007(生成函数+启发式合并+ntt)
考研人总结的时间管理7大忌,你中了几条?
Data recovery software EasyRecovery supports recovery of all types of files
MT4/MQL4入门到精通外汇EA教程第一课 认识MetaEditor
谷歌翻译软件-免费谷歌翻译
深度学习模型的两种部署:ONNX与Caffe
Image denoising based on edge enhancement Diffusion 】 (cEED) and Coherence Enhancing coursing together (cCED) filter to realize image denoising matlab code
2022PMP项目管理认证考试报考指南(1)
随机推荐
Z-Game on grid
论文笔记:SAITS: SELF-ATTENTION-BASED IMPUTATION FOR TIMESERIES
力扣刷题记录2.1-----27. 移除元素
gstreamer 记录
Codeforces Round #809 (Div. 2)A~D1
使用百度EasyDL实现智能垃圾箱
Cmake 报错 Could not find a package configuration file provided by “OpenCV“
PostMan import certificate add certificate
Latex示例参考
MT4/MQL4 entry to proficient foreign exchange EA tutorial Lesson 1 Getting to know MetaEditor
How js implements array deduplication (7 kinds)
class path resource [bean.xml] cannot be opened because it does not 错误解决方案
Go-12-结构体
JDBC技术(一)——一个简单的JDBC测试
2020.10.13 Development log
Introduction to LVGL (based on v8.1-8.2)
The 7 taboos of time management summarized by the postgraduate students, how many have you won?
final
mysql 5.7 入坑
Several ways to use JS to achieve array flattening