MetaTrader 5 Client Terminal build 261
发布说明: Terminal: Fixed an error in popup menu of News dialog. Terminal: Fixed an error in restoring of windows after restart of the client terminal
- Terminal: Fixed an error in popup menu of
News dialog.
- Terminal: Fixed an error in restoring of windows
after restart of the client terminal.
- 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.
- Terminal: Fixed an error in
price checking when placing of pending orders.
- Terminal: Fixed
an error in saving of screenshot ("Save As Picture") for computers with
two monitors.
- Terminal: Fixed an error in saving of the
attachments in internal e-mail.
- Terminal: Fixed an error in
placing of SL and TP (in points) in trade dialog.
- Terminal:
Added font smoothing for graphic objects Text and Label.
- Terminal:
Fixed an error in positioning of graphic objects of Label type.
- Terminal:
Fixed crashlog errors and errors reported at Forum.
- MQL5: Fixed
an error in access to property OBJPROP_TIMEFRAMES for graphic objects
(visibility of an object at timeframes).
- MQL5: Fixed an error in
explicit typecasting of object pointer.
- MQL5: Fixed an error in
typecasting of constant parameters of the function.
- MQL5: Fixed
an error in calculation of property CHART_SHIFT_SIZE.
- MQL5:
Added checking for the code of a symbol for graphic objects of Arrow
type.
- MQL5: Added new property of a symbol SYMBOL_SPREAD_FLOAT,
that indicates floating spread for the symbol.
- MQL5: Added new
buffer identifiers LOWER_HISTOGRAM and UPPER_HISTOGRAM for the indicator
Gator Oscillator.
- MQL5: Added unloading of Expert Advisors when
a critical error.
- MQL5: Fixed an error in functions Copy* for
the request of the future bars.
- MQL5: Fixed an error in graphic
object renaming in MQL5 programs.
- MQL5: Fixed an error when
string copying to itself.
- MQL5: Fixed an error in checking for a
match of parameter name with enmeration.
- MQL5: Fixed crashlog
errors and errors reported at Forum.
- 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.
- MetaEditor:
Added a hotkey (Ctrl-C) for the compilation errors copying in "Errors"
tab of "Toolbox" window.
- MetaEditor: Fixed an error in alignment
of "do-while" cycles in Styler.
- MetaEditor: Fixed an error in
checking of types of the parameters in autosubstitution.
- MetaEditor:
Fixed an error in context help for source code keywords.
- MetaEditor:
Fixed an error in class members autosubstitution according to the type
of returned by function.
- MetaEditor: Fixed crashlog errors and
errors reported at Forum.