MetaTrader 4 Client Terminal build 745

What's new in MetaTrader 4

24 October 2014

Trading terminal

  1. Fixed an error that could occasionally interfere with launching the client terminal under Windows XP x64.
  2. Fixed generation of a file name when saving chart templates or a list of symbols selected in Market Watch.
  3. Fixed saving Rich Content news having quotation marks in their headers.

MQL4 Language

  1. Added reading CHART_BRING_TO_TOP chart property (a chart is displayed on top of other charts) in ChartGetInteger function.
             //--- move the chart up if it is not on the very top
             if(!ChartGetInteger(0,CHART_BRING_TO_TOP))
                ChartSetInteger(0,CHART_BRING_TO_TOP);
    
  2. Prohibited adding an MQL4 program to the chart, on which another MQL4 program is being debugged or profiled at the moment.

Fixed errors reported on the forum and in crash logs.

The update is available through the LiveUpdate system.