Close the new (build 2170) optimization chart

 

The 2170 build brings this new optimization chart.

Look's like there's no way to disable it (attach it back to the strategy tester window)

Also looks like that it's not a chart per se, because a code like the one bellow do not list it

long chart_id=ChartFirst();
while(chart_id >= 0)
  {
   Print(chart_id);
   chart_id = ChartNext(chart_id);
  }
Print("End");

The question is: Can it be closed by code or avoided anyhow?

The Fundamentals of Testing in MetaTrader 5
The Fundamentals of Testing in MetaTrader 5
  • www.mql5.com
The idea of ​​automated trading is appealing by the fact that the trading robot can work non-stop for 24 hours a day, seven days a week. The robot does not get tired, doubtful or scared, it's is totally free from any psychological problems. It is sufficient enough to clearly formalize the trading rules and implement them in the algorithms, and...
 
Henrique Vilela:

Can it be closed by code or avoided anyhow?

 
fxsaber:

I'm looking for a dll free solution (sorry not to mention that).

But thank you anyway.

 
Henrique Vilela :

I'm looking for a dll free solution (sorry not to mention that).

But thank you anyway.

<Deleted - Please only post in English>

Reason: