MetaTrader 5 Client Terminal build 292
发布说明: Terminal: Released MetaTrader 5 for 64-bit systems (the terminal, editor, compiler and tester)
- Terminal: Released MetaTrader 5 for 64-bit systems (the
terminal, editor, compiler and tester). To install it, you will need to
download the installer.
- Terminal:
Fixed building of history caches on data request from Expert Advisors.
- Installer:
Fixed
installation failure on old Windows XP and Windows
XP SP1.
- Installer: Fixed an error of the choice of CDN servers.
- MQL5:
Added command line compiler of mql5.exe (requires mql5.dll).
- MQL5:
Added the OrderCheck function. The function checks the correctness of
trade request filling, the availability of required funds and returns
the state of the client's account after the specified trade funсtion is
executed.
- MQL5: Added the OrderCalcMargin function. The function
calculates the margin required for the specified order type, on the
current account, in the current market environment.
- MQL5:
Added the OrderCalcProfit function. The function calculates the profit
for the current account and market environment, based on the parameters
passed.
- MQL5: Added symbol properties:
SYMBOL_TRADE_TICK_VALUE_PROFIT and SYMBOL_TRADE_TICK_VALUE_LOSS -
price of the symbol tick for a profitable and loss position. The old
SYMBOL_TRADE_TICK_VALUE property returns the value analogous to
SYMBOL_TRADE_TICK_VALUE_PROFIT.
- MQL5: Modified the behavior of
SYMBOL_TRADE_TICK_SIZE. For symbols with no clearly set tick size, the
point size is returned.
- MetaTester:
Optimized calculation of indicators. Now indicators are recalculated
only before the Expert Advisor call, which results in a much faster
speed of testing and optimization.
- MetaTester: Fixed
deinitialization of Expert Advisors after the stopping of testing.
- MetaTester:
Added control of going beyond testing for Expert Advisors with the
Sleep function in the loop.
- MetaTester:
Fixed crash during the work of Expert Advisors with symbols.
- MetaTester:
Fixed
auto substitution of stop values for optimization.
- MetaTester:
Fixed the error with the release of input parameters.
- MetaTester:
Fixed
the error with global variables during optimization.