|
|
|
TERMINAL_BUILD
|
The client terminal build number
|
int
|
TERMINAL_COMMUNITY_ACCOUNT
|
The flag indicates the presence of MQL5.community authorization data in the terminal
|
bool
|
TERMINAL_COMMUNITY_CONNECTION
|
Connection to MQL5.community
|
bool
|
TERMINAL_CONNECTED
|
Connection to a trade server
|
bool
|
TERMINAL_DLLS_ALLOWED
|
Permission to use DLL
|
bool
|
TERMINAL_TRADE_ALLOWED
|
Permission to trade
|
bool
|
TERMINAL_EMAIL_ENABLED
|
Permission to send e-mails using SMTP-server and login, specified in the terminal settings
|
bool
|
TERMINAL_FTP_ENABLED
|
Permission to send reports using FTP-server and login, specified in the terminal settings
|
bool
|
TERMINAL_NOTIFICATIONS_ENABLED
|
Permission to send notifications to smartphone
|
bool
|
TERMINAL_MAXBARS
|
The maximal bars count on the chart
|
int
|
TERMINAL_MQID
|
The flag indicates the presence of MetaQuotes ID data to send Push notifications
|
bool
|
TERMINAL_CODEPAGE
|
Number of the code page of the language installed in the client terminal
|
int
|
TERMINAL_CPU_CORES
|
The number of CPU cores in the system
|
int
|
TERMINAL_DISK_SPACE
|
Free disk space for the MQL4\Files folder of the terminal, Mb
|
int
|
TERMINAL_MEMORY_PHYSICAL
|
Physical memory in the system, Mb
|
int
|
TERMINAL_MEMORY_TOTAL
|
Memory available to the process of the terminal , Mb
|
int
|
TERMINAL_MEMORY_AVAILABLE
|
Free memory of the terminal process, Mb
|
int
|
TERMINAL_MEMORY_USED
|
Memory used by the terminal , Mb
|
int
|
TERMINAL_SCREEN_DPI
|
The resolution of information display on the screen is measured as number of Dots in a line per Inch (DPI).
Knowing the parameter value, you can set the size of graphical objects so that they look the same on monitors with different resolution characteristics.
|
int
|
TERMINAL_PING_LAST
|
The last known value of a ping to a trade server in microseconds. One second comprises of one million microseconds
|
int
|
|
|
|
TERMINAL_KEYSTATE_LEFT
|
State of the "Left arrow" key
|
int
|
TERMINAL_KEYSTATE_UP
|
State of the "Up arrow" key
|
int
|
TERMINAL_KEYSTATE_RIGHT
|
State of the "Right arrow" key
|
int
|
TERMINAL_KEYSTATE_DOWN
|
State of the "Down arrow" key
|
int
|
TERMINAL_KEYSTATE_SHIFT
|
State of the "Shift" key
|
int
|
TERMINAL_KEYSTATE_CONTROL
|
State of the "Ctrl" key
|
int
|
TERMINAL_KEYSTATE_MENU
|
State of the "Windows" key
|
int
|
TERMINAL_KEYSTATE_CAPSLOCK
|
State of the "CapsLock" key
|
int
|
TERMINAL_KEYSTATE_NUMLOCK
|
State of the "NumLock" key
|
int
|
TERMINAL_KEYSTATE_SCRLOCK
|
State of the "ScrollLock" key
|
int
|
TERMINAL_KEYSTATE_ENTER
|
State of the "Enter" key
|
int
|
TERMINAL_KEYSTATE_INSERT
|
State of the "Insert" key
|
int
|
TERMINAL_KEYSTATE_DELETE
|
State of the "Delete" key
|
int
|
TERMINAL_KEYSTATE_HOME
|
State of the "Home" key
|
int
|
TERMINAL_KEYSTATE_END
|
State of the "End" key
|
int
|
TERMINAL_KEYSTATE_TAB
|
State of the "Tab" key
|
int
|
TERMINAL_KEYSTATE_PAGEUP
|
State of the "PageUp" key
|
int
|
TERMINAL_KEYSTATE_PAGEDOWN
|
State of the "PageDown" key
|
int
|
TERMINAL_KEYSTATE_ESCAPE
|
State of the "Escape" key
|
int
|