MetaTrader 5 Client Terminal build 292

最新のアップデート: Terminal: Released MetaTrader 5 for 64-bit systems (the terminal, editor, compiler and tester)

9 7月 2010

  1. Terminal: Released MetaTrader 5 for 64-bit systems (the terminal, editor, compiler and tester). To install it, you will need to download the installer.
  2. Terminal: Fixed building of history caches on data request from Expert Advisors.
  3. Installer: Fixed installation failure on old Windows XP and Windows XP SP1.
  4. Installer: Fixed an error of the choice of CDN servers.
  5. MQL5: Added command line compiler of mql5.exe (requires mql5.dll).
  6. 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.
  7. 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.
  8. MQL5: Added the OrderCalcProfit function. The function calculates the profit for the current account and market environment, based on the parameters passed.
  9. 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.
  10. MQL5: Modified the behavior of SYMBOL_TRADE_TICK_SIZE. For symbols with no clearly set tick size, the point size is returned.
  11. 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.
  12. MetaTester: Fixed deinitialization of Expert Advisors after the stopping of testing.
  13. MetaTester: Added control of going beyond testing for Expert Advisors with the Sleep function in the loop.
  14. MetaTester: Fixed crash during the work of Expert Advisors with symbols.
  15. MetaTester: Fixed auto substitution of stop values for optimization.
  16. MetaTester: Fixed the error with the release of input parameters.
  17. MetaTester: Fixed the error with global variables during optimization.