MetaTrader 5 Client Terminal build 261

Última atualização: Terminal: Fixed an error in popup menu of News dialog. Terminal: Fixed an error in restoring of windows after restart of the client terminal

30 março 2010

  1. Terminal: Fixed an error in popup menu of News dialog.
  2. Terminal: Fixed an error in restoring of windows after restart of the client terminal.
  3. Terminal: Added processing of trailing stops for pending orders. If position has the same direction as pending order, the trailing stop is applied to the position after the pending order execution.
  4. Terminal: Fixed an error in price checking when placing of pending orders.
  5. Terminal: Fixed an error in saving of screenshot ("Save As Picture") for computers with two monitors.
  6. Terminal: Fixed an error in saving of the attachments in internal e-mail.
  7. Terminal: Fixed an error in placing of SL and TP (in points) in trade dialog.
  8. Terminal: Added font smoothing for graphic objects Text and Label.
  9. Terminal: Fixed an error in positioning of graphic objects of Label type.
  10. Terminal: Fixed crashlog errors and errors reported at Forum.
  11. MQL5: Fixed an error in access to property OBJPROP_TIMEFRAMES for graphic objects (visibility of an object at timeframes).
  12. MQL5: Fixed an error in explicit typecasting of object pointer.
  13. MQL5: Fixed an error in typecasting of constant parameters of the function.
  14. MQL5: Fixed an error in calculation of property CHART_SHIFT_SIZE.
  15. MQL5: Added checking for the code of a symbol for graphic objects of Arrow type.
  16. MQL5: Added new property of a symbol SYMBOL_SPREAD_FLOAT, that indicates floating spread for the symbol.
  17. MQL5: Added new buffer identifiers LOWER_HISTOGRAM and UPPER_HISTOGRAM for the indicator Gator Oscillator.
  18. MQL5: Added unloading of Expert Advisors when a critical error.
  19. MQL5: Fixed an error in functions Copy* for the request of the future bars.
  20. MQL5: Fixed an error in graphic object renaming in MQL5 programs.
  21. MQL5: Fixed an error when string copying to itself.
  22. MQL5: Fixed an error in checking for a match of parameter name with enmeration.
  23. MQL5: Fixed crashlog errors and errors reported at Forum.
  24. MQL5: Added a new concept - position identifier. After the opening of a new position, the position gets the internal identifier, equal to the order ticket, as a result the position occurred. Further this identifier is assigned to all orders and deals, that changes the state of this position (increase, decrease, reverse). The position identifier changes to zero when the current position is totally closed. Added new properties for the position, order and deal: POSITION_IDENTIFIER, ORDER_POSITION_ID and DEAL_POSITION_ID.
  25. MetaEditor: Added a hotkey (Ctrl-C) for the compilation errors copying in "Errors" tab of "Toolbox" window.
  26. MetaEditor: Fixed an error in alignment of "do-while" cycles in Styler.
  27. MetaEditor: Fixed an error in checking of types of the parameters in autosubstitution.
  28. MetaEditor: Fixed an error in context help for source code keywords.
  29. MetaEditor: Fixed an error in class members autosubstitution according to the type of returned by function.
  30. MetaEditor: Fixed crashlog errors and errors reported at Forum.